Skip to main content
Docs

The Backend EnterpriseAccountConnection object

Represents an enterprise SSO connection associated with an enterprise account.

Properties

  • Name
    active
    Type
    boolean
    Description

    Whether the connection is currently active.

  • Name
    allowIdpInitiated
    Type
    boolean
    Description

    Whether IdP-initiated SSO is allowed.

  • Name
    allowSubdomains
    Type
    boolean
    Description

    Whether subdomains are allowed for this connection.

  • Name
    createdAt
    Type
    number
    Description

    The date when this connection was created.

  • Name
    disableAdditionalIdentifications
    Type
    boolean
    Description

    Whether additional identifications are disabled for users authenticating via this connection.

  • Name
    domain
    Type
    string
    Description

    The domain associated with this connection.

  • Name
    id
    Type
    string
    Description

    The unique identifier for this enterprise connection.

  • Name
    logoPublicUrl
    Type
    null | string
    Description

    The public URL of the connection's logo, if available.

  • Name
    name
    Type
    string
    Description

    The name of the enterprise connection.

  • Name
    protocol
    Type
    string
    Description

    The SSO protocol used (e.g., saml or oauth).

  • Name
    provider
    Type
    string
    Description

    The SSO provider (e.g., saml_custom, saml_okta).

  • Name
    syncUserAttributes
    Type
    boolean
    Description

    Whether user attributes are synced from the IdP.

  • Name
    updatedAt
    Type
    number
    Description

    The date when this connection was last updated.

Feedback

What did you think of this content?

Last updated on