{
  "issuer": "https://auth-server.caris.ai",
  "authorization_endpoint": "https://auth-server.caris.ai/oauth2/v1/authorize",
  "userinfo_endpoint": "https://auth-server.caris.ai/oauth2/v1/userinfo",
  "registration_endpoint": "https://auth-server.caris.ai/oauth2/v1/clients",
  "token_endpoint": "https://auth-server.caris.ai/oauth2/v1/token",
  "jwks_uri": "https://auth-server.caris.ai/oauth2/v1/keys",
  "grant_types_supported": [
    "client_credentials"
  ],
  "response_types_supported": [
    "token"
  ],
  "scopes_supported": [],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "iat",
    "exp",
    "jti"
  ],
  "subject_types_supported": [
    "public"
  ]
}