pnp / pnpframework

PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions
https://pnp.github.io/pnpframework/
MIT License
204 stars 141 forks source link

PnPFramework with .net core working with SharePoint onprem #916

Open magnusdanielson opened 11 months ago

magnusdanielson commented 11 months ago

I have created a tokenhelper class that creates accesstokens for SharePoint 2019 and SharePoint Subscription Edition. I have sucessfully used the token with PnP.Framework.AuthenticationManager to create a ClientContext. Would it make sense to add that feature, or would it confuse the messaging?

stefanwerner87 commented 6 months ago

would you mind sharing it?

magnusdanielson commented 6 months ago

would you mind sharing it?

That was my original question, should I add documentation for this in this repo or just do it on my own github?