Auth0 · Schema

ConnectionAssertionDecryptionAlgorithmProfileEnum

The algorithm profile to use for decrypting SAML assertions.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionassertiondecryptionalgorithmprofileenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAssertionDecryptionAlgorithmProfileEnum",
  "title": "ConnectionAssertionDecryptionAlgorithmProfileEnum",
  "type": "string",
  "description": "The algorithm profile to use for decrypting SAML assertions.",
  "enum": [
    "v2026-1"
  ]
}