{
  "issuer": "https://auth.counteragent.io",
  "authorization_endpoint": "https://auth.counteragent.io/authorize",
  "token_endpoint": "https://auth.counteragent.io/oauth/token",
  "userinfo_endpoint": "https://auth.counteragent.io/userinfo",
  "jwks_uri": "https://auth.counteragent.io/.well-known/jwks.json",
  "registration_endpoint": "https://auth.counteragent.io/oauth/register",
  "scopes_supported": ["openid", "profile", "email", "agent:read", "agent:write", "fingerprint:lookup"],
  "response_types_supported": ["code", "token", "id_token", "code token", "code id_token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256", "ES256"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "claims_supported": ["sub", "iss", "aud", "exp", "iat", "name", "email", "org_id", "agent_tier"]
}
