Can we assign sharePoint API permission site wise?

Copper Contributor

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

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.

Thanks for clarification @Vasil Michev  :)