Activity: Set a Password

To use our application we must authenticate. To authenticate we need a secret, or a password.

To set a password for an application you do the following.

  1. Open Azure Portal
  2. Navigate to Azure Active Directory
  3. Navigate to the App Registrations Blade
  4. Click on the Application created in the previous activity.
  5. On the left, click Certificates and Secrets
  6. Select Client Secrets Tab
  7. Click New Client Secret
  8. Enter a description for the Secret.
  9. Choose an expiry period (or leave the default 6 months)
  10. Click Add. Add A Secret Note: Make sure you note the password as it will never be visible again. It is the Value, not the Secret ID.