Configuration Reference 

SAML Settings Record Fields 

name

name
Type
string
Required

true

A descriptive name for this SAML configuration.

sp_entity_id

sp_entity_id
Type
string
Required

true

The unique identifier for your Service Provider (typically your domain URL).

sp_customer_service_url

sp_customer_service_url
Type
string
Required

true

The Assertion Consumer Service URL where SAML responses are received.

sp_customer_service_binding

sp_customer_service_binding
Type
string
Default
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST

The binding method for the ACS endpoint.

sp_name_id_format

sp_name_id_format
Type
string
Default
urn:oasis:names:tc:SAML:2.0:nameid-format:transient

The format for the Name ID in SAML assertions.

sp_cert

sp_cert
Type
text

The Service Provider's public certificate (PEM format).

sp_key

sp_key
Type
text

The Service Provider's private key (PEM format).

idp_entity_id

idp_entity_id
Type
string
Required

true

The unique identifier of the Identity Provider.

idp_sso_url

idp_sso_url
Type
string
Required

true

The Single Sign-On URL of the Identity Provider.

idp_sso_binding

idp_sso_binding
Type
string
Default
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect

The binding method for the SSO endpoint.

idp_logout_url

idp_logout_url
Type
string

The Single Logout URL of the Identity Provider.

idp_cert

idp_cert
Type
text
Required

true

The Identity Provider's public certificate for validating responses.

username_prefix

username_prefix
Type
string

Optional prefix for usernames created via SAML authentication.

users_pid

users_pid
Type
int
Required

true

The page ID (folder) where new users will be created.

usergroup

usergroup
Type
string

Comma-separated list of user group UIDs assigned to new users.

Example Configuration 

# Service Provider Settings
Entity ID: https://your-domain.tld
Customer Service URL: https://your-domain.tld/?logintype=login
Customer Service Binding: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
Name ID Format: urn:oasis:names:tc:SAML:2.0:nameid-format:transient

# Identity Provider Settings
Entity ID: urn:example:idp
SSO URL: https://idp.example.com/sso
Binding: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
Certificate: [IDP Certificate]

# User Settings
Username Prefix: sso-
User Folder: [Select frontend user folder]
User Groups: [Select default frontend user groups]
Copied!