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/.well-known/openid-configuration{
"issuer": "<string>",
"authorization_endpoint": "<string>",
"token_endpoint": "<string>",
"device_authorization_endpoint": "<string>",
"userinfo_endpoint": "<string>",
"mfa_challenge_endpoint": "<string>",
"jwks_uri": "<string>",
"registration_endpoint": "<string>",
"revocation_endpoint": "<string>",
"end_session_endpoint": "<string>",
"scopes_supported": [
"<string>"
],
"response_types_supported": [
"<string>"
],
"code_challenge_methods_supported": [
"<string>"
],
"response_modes_supported": [
"<string>"
],
"subject_types_supported": [
"<string>"
],
"token_endpoint_auth_methods_supported": [
"<string>"
],
"claims_supported": [
"<string>"
]
}Returns a JSON document containing the OpenID Provider’s configuration metadata. OIDC-compliant clients use this endpoint to automatically discover the locations of the authorization, token, userinfo, and JWKS endpoints, as well as all supported capabilities.
curl --request GET \
--url https://signin.altostrat.io/.well-known/openid-configuration{
"issuer": "<string>",
"authorization_endpoint": "<string>",
"token_endpoint": "<string>",
"device_authorization_endpoint": "<string>",
"userinfo_endpoint": "<string>",
"mfa_challenge_endpoint": "<string>",
"jwks_uri": "<string>",
"registration_endpoint": "<string>",
"revocation_endpoint": "<string>",
"end_session_endpoint": "<string>",
"scopes_supported": [
"<string>"
],
"response_types_supported": [
"<string>"
],
"code_challenge_methods_supported": [
"<string>"
],
"response_modes_supported": [
"<string>"
],
"subject_types_supported": [
"<string>"
],
"token_endpoint_auth_methods_supported": [
"<string>"
],
"claims_supported": [
"<string>"
]
}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.
A JSON object listing the OIDC provider's configuration.
Metadata describing the OpenID Connect provider's configuration.
Was this page helpful?