PingOne

Adding the OIDC application to PingOne

In PingOne, add an OpenID Connect (OIDC) application that connects to PingDirectory.

Steps

  1. Go to Applications > Applications.

  2. Click the icon.

  3. Enter the following:

    • Application Name: PingDirectory Administrative Console

    • Description: Application for the PingDirectory Administrative Console

    • Application Type: OIDC

  4. Click Save.

  5. Click the application entry to open the details panel.

  6. On the Configuration tab, click the Pencil icon.

  7. Enter or edit the following values:

    • Response Type: Code

    • Grant Type: Authorization Code

    • Token Endpoint Authentication Method: Client Secret Basic

    • Redirect URIs: https://<hostname>:<port>/console/oidc/cb

      Replace the variables with the values for the PingDirectory server hostname and port. To find the port, run the status command from the bin directory.

      Step 0.0.0.0:11443 : HTTPS    : Enabled  : HTTPS Connection Handler

      Learn more about configuring OIDC applications in Editing an application - OIDC.

  8. Click the Attribute Mappings tab and enter or edit the following mapping.

    "sub" = "UserName"
  9. Click Save.

  10. Click the toggle to enable the application.