Manage OAuth 2.0 clients
This article describes creating or deleting OAuth 2.0 clients that provide client credentials. You can use these credentials to request access tokens for the OneID SCIM API following the OAuth 2.0 authorization flow.
You can create two types of clients:
-
Client Credentials : used in the OAuth 2.0 authorization flow with client credentials grant type. If you want to manage users or user groups in OneID through the SCIM API, you should create a client of this type.
-
Authorization Code Grant Type : used in the OAuth 2.0 authorization flow with authorization code grant type. If you want to manage users or user groups in OneID through an identity provider (IdP) following the authorization code flow (for example, Okta), you should create a client of this type.