Skip to main content

OpenID Connect Logout

This endpoint handles the user logout process in Quran.Foundation's OAuth2 & OpenID Connect system. When called, it:

  1. Ends the user's current session
  2. Revokes associated access and refresh tokens

The logout process follows the OpenID Connect specifications:

Responses

Successful logout. The user will be redirected to complete the logout process.

GET /oauth2/sessions/logout

Request

Base URL
https://oauth2.quran.foundation
curl / cURL
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'