Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.38 KB

AuthenticationProviderSettings.md

File metadata and controls

31 lines (19 loc) · 1.38 KB

AuthenticationProviderSettings

The settings associated with the authentication provider.

Properties

Name Type Description Notes
assertionConsumerServiceUrl String The Assertion Consumer Service URL for the service provider (Telnyx). [optional]
serviceProviderEntityId String The Entity ID for the service provider (Telnyx). [optional]
idpEntityId String The Entity ID for the identity provider (IdP). [optional]
idpSsoTargetUrl String The SSO target url for the identity provider (IdP). [optional]
idpCertFingerprint String The certificate fingerprint for the identity provider (IdP) [optional]
idpCertFingerprintAlgorithm IdpCertFingerprintAlgorithmEnum The algorithm used to generate the identity provider's (IdP) certificate fingerprint [optional]
nameIdentifierFormat String The name identifier format associated with the authentication provider. This must be the same for both the Identity Provider (IdP) and the service provider (Telnyx). [optional]

Enum: IdpCertFingerprintAlgorithmEnum

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