Skip to main content

Authentication Management

Authentication Management

Authentication Management provides information about credential and manage client ID and secret based on app ID. On authentication management you can do several tasks such as:

  1. View Credential
  2. Regenerate Client Secret

Authentication Management

View Credential

Credential consist of three values: App ID, Client ID, and Client Secret. How to use these you can refer here.

Regenerate Client Secret

This feature is use to generate new value for client secret. This can be useful when the client ID and client secret that currently use were leaked. But you should be careful because of the changes is immediate and can't be reverted. So, makesure to update your client secret as well in your system.

Have a feedback?