Back to Node Auth0

Type Alias ConnectionDecryptionKeySaml

docs/types/management.Management.ConnectionDecryptionKeySaml.html

5.9.1684 B
Original Source

Type Alias ConnectionDecryptionKeySaml

ConnectionDecryptionKeySaml: { cert?: string; key?: string } | string

Private key used to decrypt encrypted SAML Assertions received from the identity provider. Required when the identity provider encrypts assertions for enhanced security. Can be a string (PEM) or an object with key-value pairs.

Type Declaration

  • { cert?: string; key?: string }

Key pair with 'key' and 'cert' properties.

  • string

Private key in PEM format.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark