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

9.4 KiB
Raw Permalink Blame History

UpdateSAMLConnectionRequestBody

Fields

Field Type Required Description
name JsonNullable<? extends String> The name of the new SAML Connection
domain JsonNullable<? extends String> The domain to use for the new SAML Connection
idpEntityId JsonNullable<? extends String> The entity id as provided by the IdP
idpSsoUrl JsonNullable<? extends String> The SSO url as provided by the IdP
idpCertificate JsonNullable<? extends String> The x509 certificated 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 and replaces them
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.UpdateSAMLConnectionAttributeMapping> Define the atrtibute name mapping between Identity Provider and Clerk's user properties
active JsonNullable<? extends Boolean> Activate or de-activate the SAML Connection
syncUserAttributes JsonNullable<? extends Boolean> Controls whether to update the user's attributes in each sign-in
allowSubdomains JsonNullable<? extends Boolean> Allow users with an email address subdomain to use this connection in order to authenticate
allowIdpInitiated JsonNullable<? extends Boolean> Enable or deactivate IdP-initiated flows