Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://signin.altostrat.io/oidc/logoutThis endpoint conforms to the OIDC Session Management specification. It logs the user out and can redirect them back to the application.
curl --request GET \
--url https://signin.altostrat.io/oidc/logoutDocumentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
An id_token previously issued to the client. This is a hint about the user's session.
The URL to redirect the user to after logout. Must be an allowed logout URL.
Redirects the user, either to the login page or the post_logout_redirect_uri if provided.
Was this page helpful?