Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

  1. Sign in to the Azure portal.
  2. At the top, you'll see a search box. Find App Registrations and click it


  3. Click on New Registration


When the Create page appears, enter your application's registration information:
 - Name: Enter a meaningful application name 
 - Redirect URI: Web: "https://localhost"


When finished, click Register

4. Creating a secret key: 

Click on the application you've created.

Click on Certificates & secrets in the side menu

Click on New client secret


Set a description and Expiration date. Click on Add


Make sure to keep the value somewhere safe. It will not be accessible afterward:



5. Add API Permissions


Click the Add a permission


Add the permissions from below screenshot. Some permissions are Application Permissions and some are Delegated Permissions


Grant Admin Consent to the permissions






  • No labels