David Aeschlimann
David Aeschlimann
I just noticed today, that if we have the site collection app catalog activated in the site collection, quite a lot of fields will be added to the template as...
@gautamdsheth @jansenbe I wonder what is the way forward here. Is it ever gonna be resolved or is this a gap that we are gonna (have to) live with? The...
See https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/feature/5.0/docs/upgrade-to-v5.md#authentication This worked for me: `public class GraphTokenProvider : IAccessTokenProvider { private readonly PnPContext _pnpContext; public GraphTokenProvider(PnPContext context) { _pnpContext = context; AllowedHostsValidator = new AllowedHostsValidator(); } public AllowedHostsValidator...