Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 5.98 KB

File metadata and controls

19 lines (15 loc) · 5.98 KB

Saml

SAML connection-specific properties. Only applied when the enterprise connection uses SAML (e.g. provider is saml_custom). Use this to set IdP configuration, attribute mapping, and other SAML-specific settings at creation time.

Fields

Field Type Required Description
idpEntityId JsonNullable<String> IdP entity ID
idpSsoUrl JsonNullable<String> IdP SSO URL
idpCertificate JsonNullable<String> IdP certificate (PEM)
idpMetadataUrl JsonNullable<String> URL to IdP metadata
idpMetadata JsonNullable<String> Raw IdP metadata XML
attributeMapping JsonNullable<CreateEnterpriseConnectionAttributeMapping> Attribute mapping for SAML attributes
allowSubdomains JsonNullable<Boolean> N/A
allowIdpInitiated JsonNullable<Boolean> N/A
forceAuthn JsonNullable<Boolean> N/A