The Backend SamlConnection object
The Backend SamlConnection object holds information about a SAML connection for an organization.
- Name
-  acsUrl
- Type
- string
- Description
- The Assertion Consumer Service (ACS) URL of the connection. 
 
- Name
-  active
- Type
- boolean
- Description
- Indicates whether the connection is active or not. 
 
- Name
-  allowIdpInitiated
- Type
- boolean
- Description
- Indicates whether the connection allows Identity Provider (IdP) initiated flows or not. 
 
- Name
-  allowSubdomains
- Type
- boolean
- Description
- Indicates whether users with an email address subdomain are allowed to use this connection in order to authenticate or not. 
 
- Name
-  attributeMapping
- Type
- AttributeMapping
- Description
- Defines the attribute name mapping between the Identity Provider (IdP) and Clerk's - Userproperties.
 
 
- Name
-  createdAt
- Type
- number
- Description
- The date when the connection was first created. 
 
- Name
-  domain
- Type
- string
- Description
- The domain of your organization. Sign in flows using an email with this domain will use the connection. 
 
- Name
-  id
- Type
- string
- Description
- The unique identifier for the connection. 
 
- Name
-  idpCertificate
- Type
- null | string
- Description
- The X.509 certificate as provided by the Identity Provider (IdP). 
 
- Name
-  idpEntityId
- Type
- null | string
- Description
- The Entity ID as provided by the Identity Provider (IdP). 
 
- Name
-  idpMetadata
- Type
- null | string
- Description
- The XML content of the Identity Provider (IdP) metadata file. If present, it takes priority over the corresponding individual properties. 
 
- Name
-  idpMetadataUrl
- Type
- null | string
- Description
- The URL which serves the Identity Provider (IdP) metadata. If present, it takes priority over the corresponding individual properties. 
 
- Name
-  idpSsoUrl
- Type
- null | string
- Description
- The Single-Sign On URL as provided by the Identity Provider (IdP). 
 
- Name
-  name
- Type
- string
- Description
- The name to use as a label for the connection. 
 
- Name
-  organizationId
- Type
- null | string
- Description
- The organization ID of the organization. 
 
- Name
-  provider
- Type
- string
- Description
- The Identity Provider (IdP) of the connection. 
 
- Name
-  spEntityId
- Type
- string
- Description
- The Entity ID as provided by the Service Provider (Clerk). 
 
- Name
-  spMetadataUrl
- Type
- string
- Description
- The metadata URL as provided by the Service Provider (Clerk). 
 
- Name
-  syncUserAttributes
- Type
- boolean
- Description
- Indicates whether the connection syncs user attributes between the Service Provider (SP) and Identity Provider (IdP) or not. 
 
- Name
-  updatedAt
- Type
- number
- Description
- The date when the SAML connection was last updated. 
 
- Name
-  userCount
- Type
- number
- Description
- The number of users associated with the connection. 
 
Last updated on