In this post, we will see how to resolve Azure Active Directory v2 – Get Custom Scope Token Question: I am learning about generating a token for an OAuth service and it will be used in a chatbot. When I ...

Question: I’m trying to call Access package assignment approval update via MSGraph Beta API (Java 0.51.0-SNAPSHOT). The call fails with following error: Based on the error message can I think, that Application tokens are not really supported, but the strange ...

Question: I am setting up webhooks for Teams call records mentioned in https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http . My doubt is related to statement “Subscribe to change notifications to the /communications/callRecords endpoint.”. Can we use same notification url for multiple accounts with different tenant ...

Question: Get call record api https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http has rate limit of 5000 requests per 10 seconds. It is per app for all tenants. I wanted to understand “per app for all tenants”. Suppose there are 2 apps for same tenant then ...

Question: I am trying to access MS Graph for an AAD account using Java. It is to fetch all User Data. When trying to access MS Graph I get 401 error: Scope and other permissions are given. I am getting ...