To configure PingFederate as a new client, perform the following steps:

  1. Sign on to the PingFederate administrative console.
  2. Go to APPLICATIONS > OAuth > Clients.
  3. Click Add Client.
  4. For both the CLIENT ID and NAME, specify pingfederate.
  5. Set CLIENT AUTHENTICATION to CLIENT SECRET.
  6. In the CLIENT SECRET section, select CHANGE SECRET and then type or generate a secret. This secret must be least 32 characters. You will use it in Delegated Admin setup.
  7. For REDIRECT URIS, add the following value.

    https://localhost:8443/client/

  8. 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 RSA256None.
  9. Click Save.