In PingOne, add an OIDC application that connects to PingDirectory.
- Go to Applications > Applications.
- Click the + icon.
-
Enter the following:
- Application Name: PingDirectory Administrative Console
- Description: Application for the PingDirectory Administrative Console
- Application Type: OIDC
- Click Save.
- Click the application entry to open the details panel.
- Click the Configuration tab and then click the pencil icon.
-
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. -
Click the Attribute Mappings tab and enter or edit the
following mapping.
"sub" = "UserName"
- Click Save.
- Click the toggle switch to enable the application.