{
  "issuer": "https://tommyspartan.com",
  "authorization_endpoint": "https://auth.tommyspartan.com/oauth/authorize",
  "token_endpoint": "https://auth.tommyspartan.com/oauth/token",
  "registration_endpoint": "https://auth.tommyspartan.com/oauth/register",
  "jwks_uri": "https://auth.tommyspartan.com/oauth/jwks",
  "revocation_endpoint": "https://auth.tommyspartan.com/oauth/revoke",
  "introspection_endpoint": "https://auth.tommyspartan.com/oauth/introspect",
  "scopes_supported": ["openid", "profile", "email", "agent.read", "agent.invoke", "mcp"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "code_challenge_methods_supported": ["S256"],
  "identity_types_supported": ["identity_assertion", "anonymous"],
  "credential_types_supported": ["access_token"],
  "claim_uri": "https://auth.tommyspartan.com/oauth/claims",
  "revocation_uri": "https://auth.tommyspartan.com/oauth/revoke",
  "agent_auth": {
    "skill": "engage-tommy-spartan",
    "register_uri": "https://auth.tommyspartan.com/oauth/register",
    "supported_identity_types": ["identity_assertion", "anonymous"],
    "supported_credential_types": ["access_token"],
    "claim_uri": "https://auth.tommyspartan.com/oauth/claims",
    "revocation_uri": "https://auth.tommyspartan.com/oauth/revoke"
  },
  "x-status": "pre-ga",
  "x-activation": "2026-07-31"
}
