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 2 Next »

Creating the Web/API app

  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
  4. When the Create page appears, enter your application's registration information:
     - Name: Enter a meaningful application name 
     - Redirect URI: Web: "https://localhost"

  5. When finished, click Register

Creating a secret key: 

  1. Click on the application you've created.
  2. Click on Certificates & secrets in the side menu
  3. Click on New client secret
  4. Set a description and Expiration date. Click on Add
  5. Make sure to keep the value somewhere safe. It will not be accessible afterward:

    Adding the
    API Permissions

    1. Click the API permissions in the side menu










    2. Click the Add a permission button.










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




4. Grant Admin Consent to the permissions






  • No labels