❔ Sharepoint CSOM API Scopes on Azure AD
I have the follwoing permissions on my API.
In winforms im requesting these scopes:
"User.Read", "Files.ReadWrite.All", "Sites.ReadWrite.All", "Calendars.Read", "Sites.Manage.All"
my client app looks like this :
this silently logs the user in and it works perfectly fine but when I add "AllSites.Manage" scope to the requesting scopes, i get an error saying it doesn't exsit on the resource1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.