Start front-channel logout confirmation.
GET
/logout
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/logoutRenders a no-store confirmation form and sets a short-lived, HttpOnly confirmation cookie. This request does not invalidate the browser session.
Responses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.
Redirect response.