Files
clerk-sdk-java/docs/models/operations/CreateSAMLConnectionRequestBody.md
2024-06-13 13:51:50 -04:00

5.7 KiB
Raw Blame History

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 com.clerk.backend_api.models.operations.Provider ✔️ The IdP provider of the connection.
idpEntityId JsonNullable<? extends String> The Entity ID as provided by the IdP
idpSsoUrl JsonNullable<? extends String> The Single-Sign On URL as provided by the IdP
idpCertificate JsonNullable<? extends String> The X.509 certificate as provided by the IdP
idpMetadataUrl JsonNullable<? extends String> The URL which serves the IdP metadata. If present, it takes priority over the corresponding individual properties
idpMetadata JsonNullable<? extends String> The XML content of the IdP metadata file. If present, it takes priority over the corresponding individual properties
attributeMapping JsonNullable<? extends com.clerk.backend_api.models.operations.AttributeMapping> Define the attribute name mapping between Identity Provider and Clerk's user properties