Log Out User (OIDC Compliant)
OAuth 2.0 & OIDC
Log Out User (OIDC Compliant)
This endpoint conforms to the OIDC Session Management specification. It logs the user out and can redirect them back to the application.
GET
Log Out User (OIDC Compliant)
Query Parameters
An id_token previously issued to the client. This is a hint about the user's session.
The URL to redirect the user to after logout. Must be an allowed logout URL.
Response
302
Redirects the user, either to the login page or the post_logout_redirect_uri if provided.