Adding the OIDC application to PingOne
In PingOne, add an OpenID Connect (OIDC) application that connects to PingDirectory.
Steps
-
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.
-
On the Configuration tab, 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 thebin
directory.Step 0.0.0.0:11443 : HTTPS : Enabled : HTTPS Connection Handler
Learn more about configuring OIDC applications in Editing an application - OIDC.
-
-
Click the Attribute Mappings tab and enter or edit the following mapping.
"sub" = "UserName"
-
Click Save.
-
Click the toggle to enable the application.