문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top