Configure a Client Application
Once you've configured a Resource application, you must create a Client application that uses the Resource. The Client application is used by ODA to request a JWT to send to the Chat Service for authentication. Creating a Client application is similar to creating a Resource application.
- Log in to Identity Cloud Service as a user with the Identity Domain Administrator role.
- Click the Navigation Drawer icon to show the side menu.
- Select Applications.
- From the Applications screen, click +Add and select Confidential Application.
- Enter a name for the Client application (such as Channel Service Application) and click Next.
- On the Client screen, select Configure this application as a client
now and select the following two checkboxes in the
Allowed Grant Type area:
- Resource Owner
- Client Credentials.
- Click Next to advance to the Resources tab.
- In the Token Issuance Policy section, click the +Add Scope button.
- In the Select Scope pop up window, locate the resource you previously created
and click the > arrow beside it.
The Select Scope page shows a list of the defined scopes for the resource.
- Click the checkbox, and then click Add.
- Click Next until you reach the Authorization workspace, and then click Finish.
- On the pop up window, copy the Client ID value and the Client Secret value for later use.
- Close the pop up window, and click Save.
- Click the Activate button. Note: You must click the Activate button before closing IDCS.