To configure PingFederate as a new client:
- Sign on to the PingFederate administrative console.
- Go to Applications > OAuth > Clients.
- Click Add Client.
- For both the Client ID and Name, specify pingfederate.
- Set Client Authentication to Client Secret.
-
In the Client Secret section, select Change
Secret and then type or generate a secret.
This secret must be least 32 characters, and you'll use it later during the setup.
-
For Redirect URIS, add the following value.
https://localhost:<server-port>/client/
-
Make the following selections.
- In the Allowed Grant Types section, select the following items:
- Authorization Code
- Implicit
- Refresh Token
- Client Credentials
- Resource Owner Password Credentials
- Access Token Validation (Client is a Resource Server)
- Set Default Access Token Manager to the token manager that you created in step 3 of Configuring the OAuth server.
- In the Allowed Grant Types section, select the following items:
- Click Save.