GetAdminConsentURL
Retrieves the admin consent URL, which must be opened by an administrator of the specified domain to grant your application access. This is required only when using custom OAuth credentials.
Input
| Name | Type | Required | Description |
| CallbackUrl | String | False | The URL where the user is redirected after authorizing the application. Must match the Reply URL specified in the Azure AD app settings. |
| State | String | False | A value sent with the authorization request to maintain the state between the request and callback. Recommended for security purposes. |
Result Set Columns
| Name | Type | Description |
| URL | String | The admin consent URL that an administrator must open in a browser to authorize the application and generate the verifier token. |