Set up user accounts for the users you want to SSO to PingDirectory. You can repeat this procedure for multiple user
accounts.
-
In PingOne, go to .
-
Locate the user you want to configure, and click the user entry to open the
details panel.
-
Click the Profile tab and copy the following values to a
secure location:
- User name
- Given name
- Family name
-
Open a terminal window.
-
Run the following
dsconfig
command. Replace the
<Username>, <GivenName>, and
<FamilyName> variables with the values you copied from
the PingOne user details panel.
~/<pd_install>/dsconfig create-root-dn-user --user-name <Username> \
--set first-name:<Given Name> \
--set last-name:<Family Name>