Add and delete a client

Add a new client

  1. On the OAuth Client Management page, click Add to add a new client record.

    The following information is generated automatically:

    • Client ID: Unique ID per client.

    • Secret: A secret (or password) which is used in combination with the Client Id for client authentication. This field is not visible on the UI and can only be obtained if you click Download Credentials after your client is successfully created.

    • Created Date: Date and time when client record is created.

  2. Add the following information:
    • Name: An understandable name of the client. Names must be unique, you cannot use already existing client name.

    • Roles: Assigned roles to the client. You can select a single role or multiple roles.

  3. Click Apply to save a new client record.

    Otherwise, click Delete to cancel the client record creation.

Delete a client

Deleting a client removes the record from the database and makes its credentials invalid.

  1. To delete a client, select the check box for the client that you want to delete and click Delete.
  2. Select OK to delete the record.

    Otherwise, click Cancel to cancel this operation.