コンテンツにスキップ

Start front-channel logout confirmation.

GET
/logout
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/logout

Renders a no-store confirmation form and sets a short-lived, HttpOnly confirmation cookie. This request does not invalidate the browser session.

Successful response. The representation can be JSON, HTML, or a redirect.

Redirect response.