Auth0 · Schema

ConnectionClaimsParameterSupported

Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support. If omitted, the default value is false.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclaimsparametersupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClaimsParameterSupported",
  "title": "ConnectionClaimsParameterSupported",
  "type": "boolean",
  "description": "Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support. If omitted, the default value is false.",
  "default": false
}