Skip to main content
Docs

The Backend EnterpriseConnectionSamlConnection object

The Backend EnterpriseConnectionSamlConnection object holds information about a SAML enterprise connection for an instance or organization.

Properties

  • Name
    acsUrl
    Type
    string
    Description

    The Assertion Consumer Service (ACS) URL of the connection.

  • Name
    allowIdpInitiated
    Type
    boolean
    Description

    Indicates whether Identity Provider (IdP) initiated flows are allowed.

  • Name
    allowSubdomains
    Type
    boolean
    Description

    Indicates whether users with an email address subdomain are allowed to use this connection.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the SAML connection.

  • Name
    idpCertificate
    Type
    string
    Description

    The X.509 certificate as provided by the Identity Provider (IdP).

  • Name
    idpEntityId
    Type
    string
    Description

    The Entity ID as provided by the Identity Provider (IdP).

  • Name
    idpMetadata
    Type
    string
    Description

    The XML content of the Identity Provider (IdP) metadata file.

  • Name
    idpMetadataUrl
    Type
    string
    Description

    The URL which serves the Identity Provider (IdP) metadata.

  • Name
    idpSsoUrl
    Type
    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
    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 IdP and Clerk.

Feedback

What did you think of this content?

Last updated on