Feb 10, 2025
access_token for requests to resources protected by the Microsoft identity platform.spa type for redirect URIs, supporting auth code flow with PKCE and CORS./authorize endpoint.openid, offline_access, etc.tenant: Controls sign-in scope.client_id: Application ID assigned to app.response_type: Must include code.redirect_uri: Must match registered URIs.scope: List of scopes requiring user consent.response_mode: Specifies token delivery method.state: Protects against CSRF attacks.authorization_code and state.error and error_description for debugging.nonce for security.Authorization header.invalid_request, unauthorized_client, etc.