Creating an Application in Azure Portal

  • Log in to portal.azure.com.
  • Select Entra ID or search for it in the search field.
  • Click App registrations and click the New registration button.
  • Name the application, make the appropriate selection under Supported Account Types and click Register.

Registering App Information

  • Save the Application Client ID and Tenant ID.
  • In the Certificates & secrets section, click on the New client secret button.
  • Fill in the Description field, select the expiration time and click the Add button.
  • Save the resulting Client Secret value.

Configure API Permissions

  • Open the API permissions section.
  • User.Read is present by default.
  • Add the required permissions by clicking the Add a permission button.
  • Select Microsoft Graph from the panel on the right and add the required permissions.
After adding permission, the previous screen is returned.