メインコンテンツへスキップ
GET
https://{yourDomain}
/
oidc
/
logout
OIDC RP-Initiated Logout
curl --request GET \
  --url https://{yourDomain}/oidc/logout \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://auth0-ui-styling-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

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

クエリパラメータ

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

レスポンス

302

Redirect to post_logout_redirect_uri or logout confirmation page