Configure AAD Authentication - Generate Secret Key

An application secret key is used in place of a certificate to identify itself.

To generate a secret key:
  1. In the Azure portal, in 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.