GetAdminConsentURL.rsb
Specifies any additional parameters that are required by the authorization request. These parameters are passed directly to the OAuth authorization endpoint.
Input
| Name | Type | Required | Description |
| CallbackUrl | String | False | Specifies the URL to which the user is redirected after authorizing the application. This value must match the Reply URL that is defined in the Azure Active Directory application settings. |
| State | String | False | Specifies the same state value that is sent when the application requests the authorization code. This input is used to maintain request integrity and to prevent cross-site request forgery (CSRF) attacks during the OAuth process. |
Result Set Columns
| Name | Type | Description |
| URL | String | Returns the administrator consent URL that must be entered in a web browser to obtain the verifier token and authorize the application for domain-level access. |