Forum Discussion
Amin7RDR
Aug 11, 2020Copper Contributor
Can we assign sharePoint API permission site wise?
I want to assign an application below sharepoint api permissions to specific sharepoint site . Is it possible? want to avoid giving permissions to all sharepoint sites.
Sites.Read.All | Application | Read items in all site collections |
User.Read.All | Application | Read user profiles |
2 Replies
Sort By
Nope. Exchange is currently the only workload that supports scoping down permissions, for all others it's "all or nothing". You can however use the delegate permissions model, where the application runs in the context of a user, in which case it gets access only to the resources the user can access/manage.
- Amin7RDRCopper Contributor
Thanks for clarification VasilMichev 🙂