Forum Discussion
yunuselcipatika
Nov 15, 2022Copper Contributor
asked for scope 'OnlineMeetings.ReadWrite.All' that doesn't exist on the resource
I'm trying to get Auth. code for OnlineMeetingsReadWrite.All scope. But it returns an error said: "The application 'HSR Teams Integration' asked for scope 'OnlineMeetings.ReadWrite.All' that doesn't ...
- Nov 21, 2022@yunuselcipatika - If you change the 'scope' param in your request to Onlinemeetings.ReadWrite, which is a user permission, it should work.Onlinemeetings.ReadWrite.All is actually an application permission, which requires you to follow the client credentials flow to get a token https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flowCould you please try it once?
Sayali-MSFT
Microsoft
Nov 15, 2022yunuselcipatika-Thanks for reporting your issue.
We will investigate this issue and get back to you.
We will investigate this issue and get back to you.