Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 5.18 KB

CreateSAMLConnectionRequestBody.md

File metadata and controls

16 lines (13 loc) · 5.18 KB

CreateSAMLConnectionRequestBody

Fields

Field Type Required Description
name string ✔️ The name to use as a label for this SAML Connection
domain string ✔️ The domain of your organization. Sign in flows using an email with this domain, will use this SAML Connection.
provider Operations\Provider ✔️ The IdP provider of the connection.
idpEntityId ?string The Entity ID as provided by the IdP
idpSsoUrl ?string The Single-Sign On URL as provided by the IdP
idpCertificate ?string The X.509 certificate as provided by the IdP
idpMetadataUrl ?string The URL which serves the IdP metadata. If present, it takes priority over the corresponding individual properties
idpMetadata ?string The XML content of the IdP metadata file. If present, it takes priority over the corresponding individual properties
attributeMapping ?Operations\AttributeMapping Define the attribute name mapping between Identity Provider and Clerk's user properties