{
  "issuer": "https://setuplatam.com",
  "authorization_endpoint": "https://setuplatam.com/oauth/authorize",
  "token_endpoint": "https://setuplatam.com/oauth/token",
  "registration_endpoint": "https://setuplatam.com/oauth/register",
  "jwks_uri": "https://setuplatam.com/.well-known/jwks.json",
  "userinfo_endpoint": "https://setuplatam.com/oauth/userinfo",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token", "client_credentials"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "profile", "email"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://setuplatam.com/auth.md",
  "agent_auth": {
    "register_uri": "https://setuplatam.com/oauth/register",
    "registration_endpoint": "https://setuplatam.com/oauth/register",
    "revocation_endpoint": "https://setuplatam.com/oauth/revoke",
    "supported_auth_methods": ["public", "bearer_token"],
    "grant_types_supported": [
      "client_credentials",
      "urn:ietf:params:oauth:grant-type:token-exchange"
    ],
    "identity_types_supported": ["agent", "user"],
    "credential_types_supported": ["bearer_token"],
    "skill": "https://setuplatam.com/auth.md"
  }
}
