Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top