{
  "issuer": "https://te.sa/",
  "authorization_endpoint": "https://te.sa/auth",
  "token_endpoint": "https://te.sa/auth/token",
  "jwks_uri": "https://te.sa/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "profile", "email", "offline_access"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
  "code_challenge_methods_supported": ["S256"],
  "agent_auth": {
    "register_uri": "https://te.sa/auth.md",
    "supported_identity_types": ["oauth_client"],
    "credential_types": ["client_secret", "private_key_jwt"]
  }
}
