Skip to main content
GET
/
oidc
/
logout
Log Out User (OIDC Compliant)
curl --request GET \
  --url https://signin.altostrat.io/oidc/logout

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

id_token_hint
string

An id_token previously issued to the client. This is a hint about the user's session.

post_logout_redirect_uri
string<uri>

The URL to redirect the user to after logout. Must be an allowed logout URL.

Response

302

Redirects the user, either to the login page or the post_logout_redirect_uri if provided.