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

Path Parameters

ssoAppId*string

Query Parameters

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

OIDC end session GET endpoint (sso app)

curl -X GET "https://api.descope.com/string/oauth2/v1/logout"
{}
export interface Response {}
Was this helpful?