GetOAuthAuthorizationURL
Gets the authorization URL for AzureAD SSO.
Input
Name | Type | Description |
CallbackUrl | String | The URL the user will be redirected to after authorizing your application. This value must match the Redirect URL you have specified in the Azure app settings. |
Scope | String | The scope or permissions you are requesting. |
State | String | This field indicates any state that may be useful to your application upon receipt of the response. Azure preserves this value when it redirects to your CallbackURL. |
Result Set Columns
Name | Type | Description |
URL | String | The URL the user must visit to authorize with Azure. |