Auth0 · Schema

ConnectionRequestObjectEncryptionEncValuesSupported

JSON array containing a list of the JWE encryption algorithms (enc values) supported by the OP for Request Objects. These algorithms are used both when the Request Object is passed by value and when it is passed by reference.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionrequestobjectencryptionencvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionRequestObjectEncryptionEncValuesSupported",
  "title": "ConnectionRequestObjectEncryptionEncValuesSupported",
  "type": "array",
  "description": "JSON array containing a list of the JWE encryption algorithms (enc values) supported by the OP for Request Objects. These algorithms are used both when the Request Object is passed by value and when it is passed by reference.",
  "minItems": 0,
  "maxItems": 12,
  "items": {
    "type": "string",
    "maxLength": 26
  }
}