JDBC Driver for Microsoft Planner

Build 24.0.9175

GetAdminConsentURL

Generates the URL required for an admin to grant your application access to an organization's domain. Necessary for custom OAuth configurations.

Input

Name Type Required Description
CallbackUrl String False The redirect URL to which Microsoft Entra (formerly Azure AD) will send the user after they authorize your application. Ensure this matches the Reply URL specified in your Azure AD app settings to avoid authorization errors.
State String False A unique string used to maintain state between the authorization request and callback. This is typically used for mitigating cross-site request forgery (CSRF) attacks.
Scope String False A list of space-separated permissions requested by the application. The default permissions include 'offline_access' for refresh tokens and specific Microsoft Graph API permissions for group and user data.

Result Set Columns

Name Type Description
URL String The generated authorization URL to be entered into a web browser, allowing the admin to grant consent and authorize your application.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175