/oauth2/v1/apps/authorizeQuery Parameters
RFC 9101 §6.3: when a JAR request parameter is present, response_type and
redirect_uri may be omitted from the outer query and carried inside the JWT.
The controller validates the resolved values after JAR processing.
PKCE
RFC 8707 - OAuth 2.0 Resource Indicators
Start the authorization code flow for an Inbound App. Redirect the user-agent to this endpoint with client_id, redirect_uri, response_type=code, scope, state, and PKCE parameters.
See Authorization server endpoints for the full flow.
curl -X GET "https://api.descope.com/oauth2/v1/apps/authorize"{}export interface Response {}Inbound Apps (OAuth) API Overview
REST API reference for Descope's OAuth 2.0 authorization server used by Inbound Apps — authorize, token, revoke, and userinfo endpoints.
OAuth 2.0 authorize endpoint (POST) POST
Start authorization with a JSON request body (non-browser clients). Same semantics as the GET endpoint. See [Authorization server endpoints](/identity-federation/inbound-apps/authorization-server).