Configure AAD Authentication - Generate Secret Key

An application secret key is used instead of a certificate for identification.

To generate a secret key:
  1. In the Azure portal, under App registrations, select your application.
  2. Select Certificates & secrets > Client secrets > New client secret
  3. Add a description for your secret key.
  4. For secret key expiration, enter 12 months.
  5. Click Save.
    The Client Secret Key is generated and will be a part of the authentication credential.