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

    Interface ConnectionSigningKeySaml

    Key pair with 'key' and 'cert' properties for signing SAML messages

    interface ConnectionSigningKeySaml {
        cert?: string;
        key?: string;
    }
    Index

    Properties

    Properties

    cert?: string

    Base64-encoded X.509 certificate in PEM format used by Auth0 to sign SAML requests and logout messages.

    key?: string

    Private key in PEM format used by Auth0 to sign SAML requests and logout messages.