Back to Node Auth0

Interface ConnectionSigningKeySaml

docs/interfaces/management.Management.ConnectionSigningKeySaml.html

5.9.1788 B
Original Source

Interface ConnectionSigningKeySaml

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

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

Index

Properties

cert?key?

Properties

Optionalcert

cert?: string

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

Optionalkey

key?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties certkey