Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated with JWT token info for 8.0.9

...

Expand
titleAuthentication Method


Option

Description

User Authentication

Define whether system or LDAP authentication will be used during the login process.

See 20709979

JWT Single Sign On

Enable user authentication via JWT Tokens. Toggling this option on produces a variety of options. See the wiki page Using JWT tokens with SSO for more information.



Expand
titleLDAP Configuration


The LDAP directory needs to be configured, if this is the selected user authentication method.

Option

Description

LDAP Host

The Hostname or IP address of the LDAP server.

LDAP Port

The TCP port that the LDAP service is listening on.

Encryption

The encryption method implemented by the LDAP server.

LDAP Base DN

The LDAP node that all users and groups are contained within.

LDAP Group

Only members of this group will be able to login to Yellowfin.

LDAP Bind User

An LDAP user with rights to search the LDAP directory.

LDAP Bind Password

The password for the LDAP Bind User defined above.

LDAP Search Attribute

The LDAP attribute that contains a user’s Yellowfin username, entered by LDAP users at login.

LDAP First Name Attribute

The LDAP attribute that contains a user’s first name.

LDAP Surname Attribute

The LDAP attribute that contains a user’s surname.

LDAP Email Attribute

The LDAP attribute that contains a user’s email address.

LDAP Role Attribute

The LDAP attribute that contains a user’s Yellowfin role.

LDAP Group Filtering Criteria

Criteria used to filter a list of LDAP groups. Only groups returned in the filtered list will be passed to Yellowfin.

Ordering

The order in which internal authentication is performed.

Map LDAP Group to a Yellowfin Role

When enabled, LDAP user’s roles are updated directly in Yellowfin based on their LDAP group.

Test Connection

Test your LDAP connection with the settings defined above.

See 20709979 for more information.


...