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 exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.".
I checked everthing triple times and I can't still figure out where is the problem.
Here is my request:
https://i.hizliresim.com/m3r21ek.png
Here is my api permissions:
https://i.hizliresim.com/gsa73fe.png
We also have application access policy for this application. Why I'm getting this error ?
I checked that client id is correct
- @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?