Create an OAuth Client for SCIM
* 
For more information, see the Ping Identity Knowledge Center: Managing OAuth clients.
1. Select OAuth Server > 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, Client Credentials, and Access Token Validation (Client is a Resource Server).
PERSISTENT GRANTS IDLE TIMEOUT
Select Use Global Setting.
REFRESH TOKEN ROLLING POLICY
Select Use Global Setting.
3. Click Save.
Was this helpful?