...
Code Block |
---|
https://idp.coreone.ch/connect/endsession |
Request
post_logout_url
Where the user should be redirected to after the logout
id_token_hing
The actual id token of the user to identify the user
Code Block |
---|
GET https://idp.coreone.ch/connect/endsession
Content-Type: application/x-www-form-urlencoded
post_logout_url={post_logout_url}&id_token_hint={id_token_hint} |
Response
Code | Message |
---|---|
302 | Redirect to the logout url |
200 | If no logout url is specified |