Rekamedika Docs
OAuth2 OIDC

GET /oauth2/endsession

GET
/api/auth/oauth2/endsession

RP-Initiated Logout endpoint. Logs out the end-user and optionally redirects to a post-logout URI.

Query Parameters

id_token_hint?string
logout_hint?string
client_id?string
post_logout_redirect_uri?string
state?string
ui_locales?string

Response Body

curl -X GET "https://example.com/api/auth/oauth2/endsession"
Empty
Empty

Is this page helpful?