Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    Interface ConnectionAssertionDecryptionSettings

    Settings for SAML assertion decryption.

    interface ConnectionAssertionDecryptionSettings {
        algorithm_profile: "v2026-1";
        algorithm_exceptions?: string[];
    }
    Index

    Properties

    algorithm_profile: "v2026-1"
    algorithm_exceptions?: string[]

    A list of insecure algorithms to allow for SAML assertion decryption.