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:
post_logout_redirect_uri instead of returnToid_token_hint for identifying the sessionNote: The post_logout_redirect_uri must be registered in your application’s Allowed Logout URLs settings.
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