Okta
This document applies to Dash Enterprise version 3.4+ and Okta.
Setup
Please note that these steps assume a Dash Enterprise domain of https://dash.example.com and an Okta domain of https://example-domain.okta.com. Please substitute your Dash Enterprise and Okta domains as appropriate.
Adding to Okta
1- As an admin, login to Okta and browse to the “Directory => Directory Integrations” page.
2- On the main section, click the “Add LDAP Interface” button.
Adding to Dash Enterprise
1- As an admin, login to Okta and browse to the “Directory => Directory Integrations” page.
2- Click on the created “LDAP interface” link.
3- Click on the Directory Interface to obtain your LDAP server's details for use in the Dash Enterprise Server Manager Settings
4- Browse to your replicated admin at https://dash.example.com:8800
5- Browse to the “Settings” page.
6- On the “Settings” page, scroll down to the “Authentication” section and check Use LDAP for Authentication toggle.
7- Set the following options in this section (leave unspecified options as is, and replace example-domain with your Okta account domain):
Server URI:
ldaps://plot2020q1.ldap.okta.com
Bind DN:
uid=example@example.com,dc=example-domain,dc=okta,dc=com
The uid value should be the name of an admin on Okta, and may be a read-only admin account.
Bind Password: The password for the admin account
Search DN:
dc=example-domain,dc=okta,dc=com
Enable custom search filters
Search filter:
(&(objectClass=person)(uid=%(user)s))
Group search filter: (objectClass=groupOfUniqueNames)
8- Scroll down and click “Save” and then restart Dash Enterprise.
Last updated