Dynamic auth
Resolving a strategy dynamically in runtime
When you deal with multiple SharePoint environments with different strategies and concidering same code automatically resolving a strategy use the dynamic auth helper.
With the dynamic auth you'd need extending a private.json
content with strategy
property, containing a name of a strategy. E.g.:
Available strategy names are: azurecert, azurecreds, device, addin, adfs, fba, ntlm, saml, tmg.
Usage
With a custom auth involved it can be extended like this.
Last updated