Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 888 Bytes

Settings.md

File metadata and controls

28 lines (16 loc) · 888 Bytes

Settings

The settings associated with the authentication provider.

Properties

Name Type Description Notes
idpEntityId String The Entity ID for the identity provider (IdP).
idpSsoTargetUrl String The SSO target url for the identity provider (IdP).
idpCertFingerprint String The certificate fingerprint for the identity provider (IdP)
idpCertFingerprintAlgorithm IdpCertFingerprintAlgorithmEnum The algorithm used to generate the identity provider's (IdP) certificate fingerprint [optional]

Enum: IdpCertFingerprintAlgorithmEnum

Name Value
SHA1 "sha1"
SHA256 "sha256"
SHA384 "sha384"
SHA512 "sha512"