API ReferenceApplications
POST
/{ssoAppId}/oauth2/v1/logout

Path Parameters

ssoAppId*string

Request Body

application/json

id_token_hint?string
client_id?string
post_logout_redirect_uri?string
state?string
ssoAppId?string

OIDC end session POST endpoint (sso app)

curl -X POST "https://api.descope.com/string/oauth2/v1/logout" \  -H "Content-Type: application/json" \  -d '{}'
{}
export interface Response {}
Was this helpful?