OIDC RP-Initiated Logout
OpenID Connect RP-Initiated Logout endpoint. This is the standardized OIDC logout endpoint that allows relying parties (your application) to initiate logout.
Differences from /v2/logout:
- Follows OIDC RP-Initiated Logout specification
- Uses
post_logout_redirect_uriinstead ofreturnTo - Uses
id_token_hintfor identifying the session
Note: The post_logout_redirect_uri must be registered in your application’s Allowed Logout URLs settings.
Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
The access token received from the authorization server in the OAuth 2.0 flow.
クエリパラメータ
The ID Token obtained during authentication. Provides a hint about the user's session to be terminated.
URL to redirect the user after logout. Must be registered in Allowed Logout URLs.
Opaque value to maintain state between logout request and callback
Your application's Client ID
Add this parameter to also log the user out of their identity provider
レスポンス
Redirect to post_logout_redirect_uri or logout confirmation page