MSAL.PS icon indicating copy to clipboard operation
MSAL.PS copied to clipboard

Error: [Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder] does not contain a method named 'WithProofOfPosession'.

Open stvpwrs opened this issue 2 years ago • 1 comments

Hello,

When calling Get-MsalToken with -ProofOfPossession I get the following error:

[Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder] does not contain a method named 'WithProofOfPosession'.

I'm not sure if this is an issue with the underlying .NET library or something I'm doing when trying to get a PoP token.

Steve

stvpwrs avatar Apr 19 '22 16:04 stvpwrs

Getting similar errors. Looks like it is because the underlying .NET MSAL Lib is v4.27.0. There a lots of PoP enhancements in later releases.

@jasoth do you still have acccess to maintain this Repo? Maybe something @merill could assist with?

darrenjrobinson avatar May 11 '23 01:05 darrenjrobinson