pnpframework icon indicating copy to clipboard operation
pnpframework copied to clipboard

we should specify Uri, otherwise it will throw NRE

Open dohly opened this issue 1 year ago • 0 comments

Repro steps (F#):

let am=new AuthenticationManager() let ctx=am.GetACSAppOnlyContext("https://contoso.sharepoint.com/sites/mysite", clientId, clientSecret) //.................................. let cs=ctx.GetContextSettings() let t=cs.AuthenticationManager.GetAccessToken("https://contoso.sharepoint.com/sites/mysite")

dohly avatar May 21 '24 09:05 dohly