Create an OAuth client
Sitecore Content Hub uses the OAuth 2.0 authentication framework to facilitate connections with external applications. You can create OAuth clients and use them with the Web SDK.
To create an OAuth client:
-
On the menu bar, click Manage
.
-
On the Manage page, click OAuth clients.
-
On the OAuth clients page, click + OAuth Client.
-
In the OAuth client dialog, fill in the following fields.
Field
Description
Name
Name of the OAuth client.
Client ID
The public identifier used to build login URLs.
Client Secret
The confidential secret associated with the ID.
Redirect Url
URL that users are redirected to after authenticating. This URL must be protected with TLS security to ensure tokens are not exposed during authentication.
Client Type
Type of the OAuth client.
Users
The single user permitted to use the OAuth client. Only available for client credentials OAuth.
-
To create another OAuth client, select the Create another check box.
-
Click Save. If you selected the Create another check box, the OAuth Client dialog displays where you can create another client. If you are not creating another item, the OAuth clients page opens.
NoteWhen you create another item, some of the fields are prefilled with values you already defined.