I was getting below exception when I was trying to connect to D365 Web API from console.

Reason:
- Issue was the Application registered on ‘Azure Active Directory’ was not granted the Permission
Fix:
- Connect to the Azure Active Directory admin center, using O365 credentials.
- Select the ‘Application’ from the ‘Azure Active Directory -> App registrations’
- Click on ‘Settings’ -> Required Permissions -> Click on ‘Grant permissions‘ button

Refer my previous article on how to register application and connect to D365 Web API
🙂

![[Step by Step] Configure and consume 'Environment Variables' of type 'Secret' using 'Azure Key vault'](https://rajeevpentyala.com/wp-content/uploads/2023/05/image.png)
Leave a comment