Azure-Samples/active-directory-dotnet-webapp-openidconnect

Nuget Microsoft.IdentityModel.Clients.ActiveDirectory missing in "How To Recreate This Sample"

Closed this issue ยท 3 comments

As of today it needs to be a preinstalled version, otherwise it's gonna have missing classes like TokenCache, TokenCacheItem, TokenCacheNotificationArgs.

Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory -Pre

Awesome tutorials BTW ๐Ÿ‘

Hi Michael, this sample doesn't use ADAL (aka Microsoft.IdentityModel.Clients.ActiveDirectory). Were you thinking of a different sample, maybe WebApp-WebAPI-OpenIDConnect-DotNet? Thanks for the kind words.

Yeah. Sorry for that. The package still needs to be installed with pre-release version :)

No problem, thanks!