Discovery
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Sat, 27 Jun 2026 18:36:27 GMT
Content-Type: application/json
Content-Length: 4920
Connection: keep-alive
{
"issuer": "https://ims-ncc1701.santesuite.net",
"authorization_endpoint": "https://ims-ncc1701.santesuite.net:8443/auth/authorize",
"token_endpoint": "https://ims-ncc1701.santesuite.net:8443/auth/oauth2_token",
"userinfo_endpoint": "https://ims-ncc1701.santesuite.net:8443/auth/userinfo",
"jwks_uri": "https://ims-ncc1701.santesuite.net:8443/auth/jwks",
"scopes_supported": [
// Truncated
],
"response_types_supported": [
"code"
],
"grant_types_supported": [
"authorization_code",
"client_credentials",
"x_challenge",
"password",
"refresh_token",
"x-refresh-cookie"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
],
"end_session_endpoint": "https://ims-ncc1701.santesuite.net:8443/auth/signout"
}Configuration Settings
Configuration Setting
OpenID Connect Document
Last updated
Was this helpful?