I cloned the example repo for creating webhooks on SharePoint-Online Libraries (found here:https://github.com/SharePoint/sp-dev-samples/tree/master/Samples/WebHooks.Nodejs/), but want to execute my event as the user, because i'd like to check-in listitems, the user edited.

Is there any way, i can do that by authenticating the app in the azure active directory?

有帮助吗?

解决方案

No, you cannot impersonate a user with webhooks. You can use stored credentials or app-only context, that's about it.

许可以下: CC-BY-SA归因
scroll top