Forum Discussion
Online meeting access policy
I'm working on one project which need to send request to get meeting details to graph. I already had created access policy to bot with application id and set the scope as global before. However when I try to get meeting info recently using access token generated from same application id and I got error that "no access policy found for this app". I checked my policies and the previous one still exists. Can I know what issue cause it and how to solve this issue?
This is the policy I have created and granted globally
Identity : Tag:Temp
AppIds : {f66caace-af9f-4777-874e-094fe7862eac}
Description :
And this is the error info I receive
- Sayali-MSFTMicrosoftChenguangHe- Thanks for reporting your issue.
We will investigation this issue and get back to you. - Sayali-MSFTMicrosoft
ChenguangHe - Have you done any changes in Access Policy? If Yes, then Changes to application access policies can take up to 30 minutes to take effect in Microsoft Graph REST API calls.
Reference Doc-https://learn.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy#configure-application-access-policy- ChenguangHeBrass ContributorSayali-MSFT - I made changed to access policy and it works now. Problem solved. Thanks