API ReferenceApplications
Path Parameters
ssoAppId*string
Request Body
application/json
response_type?string
scope?string
client_id?string
state?string
redirect_uri?string
nonce?string
id_token_hint?string
claims?string
ssoAppId?string
style?string
OIDC Entra MFA authorization endpoint (SSO App)
curl -X POST "https://api.descope.com/string/oauth2/v1/authorize/entramfa" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?