Define an OpenID Connect (OIDC) client for the Windows login integration.
-
In PingFederate, create a new OpenID Connect client:
- PingFederate 10.1 or later: Go to Applications > OAuth > Clients, and then click Add Client.
- PingFederate 10 or earlier: On the OAuth Server tab, in the Clients section, click Create New.
-
In the Client window, fill in the following fields:
- Client ID (required): Enter the Windows login OIDC client ID
winlogin_oidc_client
. - Name: Enter a unique name for the Windows login OIDC client.
- Redirect URIs (required): Enter the following URL, and then click
Add.
winlogin.pingone.com://callbackauth
- In the Bypass Authorization Approval field, select the Bypass check box.
- In the Allow Grant Types area, select the Authorization Code check box.
- (Required) In the Open ID Connect section, from the Policy list, select the OpenID Connect policy that you created earlier.
- Client ID (required): Enter the Windows login OIDC client ID
-
Click Save.
The new client appears in the Clients list, and enabled by default.