AzureAD / MSAL.PS

MIT License
159 stars 29 forks source link

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

Open stvpwrs opened 2 years ago

stvpwrs commented 2 years ago

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

darrenjrobinson commented 1 year ago

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?