Auth0 · Schema

ConnectionIdTokenEncryptionEncValuesSupported

JSON array containing a list of the JWE encryption algorithms (enc values) supported by the OP for the ID Token to encode the Claims in a JWT [JWT].

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionidtokenencryptionencvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIdTokenEncryptionEncValuesSupported",
  "title": "ConnectionIdTokenEncryptionEncValuesSupported",
  "type": "array",
  "description": "JSON array containing a list of the JWE encryption algorithms (enc values) supported by the OP for the ID Token to encode the Claims in a JWT [JWT].",
  "minItems": 0,
  "maxItems": 12,
  "items": {
    "type": "string",
    "maxLength": 26
  }
}