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:
Responses
- 302
Successful logout. The user will be redirected to complete the logout process.
GET /oauth2/sessions/logout
Request
Request
curl / cURL
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
python / requests
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
go / native
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
nodejs / axios
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
ruby / Net::HTTP
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
csharp / RestSharp
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
php / cURL
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
java / OkHttp
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'
powershell / RestMethod
curl -L -X GET 'https://oauth2.quran.foundation/oauth2/sessions/logout'