Configuring matching administrator accounts - PingOne Cloud Platform - PingOne - PingOne Services - PingOne SSO

PingOne Cloud Platform

bundle
pingone
ft:publication_title
PingOne Cloud Platform
Product_Version_ce
PingOne
PingOne Cloud Platform
category
Administratorguide
ContentType
Guide
Product
Productdocumentation
p1
p1cloudplatform
ContentType_ce
Guide
Guide > Administrator Guide
Product documentation

Set up user accounts for the users you want to SSO to PingDirectory. You can repeat this procedure for multiple user accounts.

  1. In PingOne, go to Directory > Users.
  2. Locate the user you want to configure, and click the user entry to open the details panel.
  3. Click the Profile tab and copy the following values to a secure location:
    • User name
    • Given name
    • Family name
  4. Open a terminal window.
  5. 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>