Auth0 Node.js SDK - v6.0.0
    Preparing search index...

    Interface EventStreamCloudEventConnectionCreatedObject3OptionsAssertionDecryptionSettings

    Settings for SAML assertion decryption.

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

    Properties

    algorithm_exceptions?: string[]

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

    algorithm_profile: "v2026-1"