Create an OAuth Client for SCIM
* 
For more information, see the Ping Identity Knowledge Center: Manage OAuth Clients.
1. Select OAuth Settings > Clients > Create New.
2. Enter the following:
Client Id
A unique ID. This will provide the authScimOAuthClientId and clientId values when configuring sso-settings.json.
Client Authentication
Select CLIENT SECRET.
This will provide the clientSecret value when configuring sso-settings.json.
Name
A unique name.
Allowed Grant Types
Select Resource Owner Password Credentials.
3. Click Save.
Was this helpful?