{
  "issuer": "https://sentinelbrand.com.br",
  "authorization_endpoint": "https://sentinelbrand.com.br/oauth/authorize",
  "token_endpoint": "https://sentinelbrand.com.br/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "jwks_uri": "https://sentinelbrand.com.br/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "mentions:read",
    "sentiment:read",
    "alerts:read",
    "alerts:write"
  ],
  "response_types_supported": [
    "code",
    "code id_token",
    "id_token",
    "token id_token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "introspection_endpoint": "https://sentinelbrand.com.br/oauth/introspect",
  "revocation_endpoint": "https://sentinelbrand.com.br/oauth/revoke",
  "device_authorization_endpoint": "https://sentinelbrand.com.br/oauth/device",
  "userinfo_endpoint": "https://sentinelbrand.com.br/oauth/userinfo",
  "end_session_endpoint": "https://sentinelbrand.com.br/oauth/logout",
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "ES256"
  ],
  "registration_endpoint": "https://sentinelbrand.com.br/oauth/agents/register",
  "registration_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic",
    "private_key_jwt"
  ],
  "agent_auth": {
    "register_uri": "https://sentinelbrand.com.br/oauth/agents/register",
    "registration_methods": [
      "dynamic",
      "manual",
      "oidc"
    ],
    "auth_md_uri": "https://sentinelbrand.com.br/auth.md",
    "oauth_protected_resource_metadata": "https://sentinelbrand.com.br/.well-known/oauth-protected-resource",
    "api_catalog": "https://sentinelbrand.com.br/.well-known/api-catalog",
    "agent_discovery": {
      "well_known": "https://sentinelbrand.com.br/.well-known/agent-skills/index.json",
      "mcp_server_card": "https://sentinelbrand.com.br/.well-known/mcp/server-card.json"
    },
    "supported_identity_types": [
      "client-id",
      "did:web",
      "oidc",
      "email"
    ],
    "supported_credential_types": [
      "access_token",
      "bearer",
      "dpop",
      "refresh_token",
      "id_token"
    ],
    "claims_endpoint": "https://sentinelbrand.com.br/oauth/agents/claims",
    "revocation_uri": "https://sentinelbrand.com.br/oauth/agents/revoke",
    "client_update_uri": "https://sentinelbrand.com.br/oauth/agents/client",
    "manual_registration_uri": "https://sentinelbrand.com.br/oauth/agents/register/manual",
    "contact": "agents@sentinelbrand.com.br"
  }
}
