MSAL.PS
MSAL.PS copied to clipboard
Error: [Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder] does not contain a method named 'WithProofOfPosession'.
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
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?