OpenID Connect Logout​
This endpoint handles the user logout process in Quran.Foundation's OAuth2 & OpenID Connect system. When called, it:
- Ends the user's current session
- Revokes associated access and refresh tokens
The logout process follows the OpenID Connect specifications:
Post-logout redirect: If you pass post_logout_redirect_uri, you must also include id_token_hint (the ID token from the login response). Requests with post_logout_redirect_uri but without id_token_hint will be rejected.
Responses
- 302
Successful logout. The user will be redirected to complete the logout process.
Loading...