Hi @Agrawal C, Akash · Thank you for reaching out.
Looking at the error, I suspect that the scopes you have added under the API permissions blade of the client application, does not contain all the required scopes to authorize the client to access the web api. Make sure below steps are done under Azure AD:
- App Registration > Select the application registered as Web API > Expose as API > Add required scopes.
- App Registration > Select the application registered as Client/Native App > API Permissions > Add all the scopes added in above step > Click on Grant Admin consent.
If you still encounter the error, please share the correlation ID, request ID and timestamp that you get along with the error. I will try to track that in our backend database to identify the issue.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.