Auth0 · Schema

ConnectionUserinfoEncryptionAlgValuesSupported

JSON array containing a list of the JWE [JWE] encryption algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionuserinfoencryptionalgvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUserinfoEncryptionAlgValuesSupported",
  "title": "ConnectionUserinfoEncryptionAlgValuesSupported",
  "type": "array",
  "description": "JSON array containing a list of the JWE [JWE] encryption algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].",
  "minItems": 0,
  "maxItems": 26,
  "items": {
    "type": "string"
  }
}