Authorize Flow (Browser Flow) REST Endpoints

OAuth Runtime/Authorize Flow (Browser Flow)
Use this endpoint to obtain an authorization code by submitting a GET request through the browser. You then use the authorization code to obtain an access token using the oauth2/v1/token endpoint. This is called the 3-legged OAuth flow.
Generate Authorization Code and Identity Token (3-legged OAuth Flow)
Method: get
Path: /oauth2/v1/authorize
HTTP Options
Method: options
Path: /oauth2/v1/authorize