SSO Header LDAP: configuration options

To configure SSO in SSO header mode with LDAP user provisioning, fill in the SSO fields as follows:

SSO configuration parameter Value
Mode SSO_HEADER_LDAP
Header The header to be monitored for the username to be signed in.
DN
  • True: The nameID in the SAML response refers to the DN (Distinguished Name) of the user to be signed in.
  • False: Fill in the attribute field.

Set to true when linking to LDAP through the Distinguished Name.

Attribute Set to the unique identifier, usually uid of the LDAP directory when linking to LDAP through an LDAP attribute. The nameID contains the value of the attribute set here to look for in the LDAP service. For example, if the value equals sAMAccountName, the SAML response should contain the value for this attribute of the user being signed in.

Note When both Attribute and DN are defined, DN takes priority and the attribute-based configuration is ignored.