{
  "issuer": "https://agentlibrary.ori.lat",
  "authorization_endpoint": "https://agentlibrary.ori.lat/oauth/authorize",
  "token_endpoint": "https://agentlibrary.ori.lat/oauth/token",
  "revocation_endpoint": "https://agentlibrary.ori.lat/oauth/revoke",
  "introspection_endpoint": "https://agentlibrary.ori.lat/oauth/introspect",
  "scopes_supported": [
    "catalog:read",
    "cart:write",
    "order:write",
    "mandate:create",
    "payment:execute",
    "receipt:read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "service_documentation": "https://agentlibrary.ori.lat/docs",
  "ui_locales_supported": [
    "pt-BR"
  ]
}