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. Click the Configuration tab and then 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.

      0.0.0.0:11443 : HTTPS    : Enabled  : HTTPS Connection Handler
    Note: For more information about configuring OIDC applications, see 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 switch to enable the application.