You can enable, disable, or delete your OAuth 2.0 clients.

You must be a tenant security administrator to manage the OAuth 2.0 clients.

You can view more details about your OAuth 2.0 client from the client's details panel on the OAuth clients screen. 

To view details about an OAuth 2.0 client:

  1. Select Administration from the top-left navigation menu.
  2. Select Security > OAuth Clients.
  3. Select an OAuth 2.0 client from the list.
    A panel on the right expands and displays the client details.

If ‌your OAuth 2.0 client also generated a client secret, you can view it again from the right-side panel.

Once you create an OAuth 2.0 client, it's enabled by default and you can apply OAuth to your apps. If your client is disabled, you can enable it again.

To enable an OAuth 2.0 client:

  1. Find the OAuth 2.0 client you want to enable on the OAuth clients screen.
  2. Select the ellipsis icon to the right of the OAuth 2.0 client row.
  3. Select Enable.

When you enable the OAuth 2.0 client:

  • You can choose whether to rotate the authorization token. This step issues a fresh token.
  • You can insert both the client ID and the secret into your script. 
    Example of a client ID: yaY10Ghtr15DYZs91f24DLGt6xiSJIP
    Example of a client secret: 1912308468823890 

You can disable an OAuth 2.0 client to pause its function. ‌If you want to use the OAuth 2.0 client again later, you can disable the client rather than delete it.

To disable an OAuth 2.0 client:

  1. Find the OAuth 2.0 client you want to disable on the OAuth clients screen.
  2. Select the ellipsis icon to the right of the OAuth 2.0 client row.
  3. Select Disable.

The OAuth 2.0 client won't work until you enable it again.

You can delete a client when you're sure that you don't want to use it again.

To delete an OAuth 2.0 client: 

  1. Find the OAuth 2.0 client you want to delete on the OAuth clients screen.
  2. Select the ellipsis icon to the right of the OAuth 2.0 client row.
  3. Select Delete.
  4. Select Delete client in the dialog to confirm.
    The OAuth 2.0 client and its configuration are permanently removed.