The settings associated with the authentication provider.
| 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" |