Skip to main content
GET
https://{yourDomain}
/
oidc
/
logout
OIDC RP-Initiated Logout
curl --request GET \
  --url https://{yourDomain}/oidc/logout \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

id_token_hint
string

The ID Token obtained during authentication. Provides a hint about the user's session to be terminated.

post_logout_redirect_uri
string<uri>

URL to redirect the user after logout. Must be registered in Allowed Logout URLs.

state
string

Opaque value to maintain state between logout request and callback

client_id
string

Your application's Client ID

federated
string

Add this parameter to also log the user out of their identity provider

Response

302

Redirect to post_logout_redirect_uri or logout confirmation page