Closed
Description
I upgraded nuget packages:
- Microsoft.IdentityModel.Tokens, Version=5.1.4.0
- Microsoft.Owin.Security.OpenIdConnect, Version=3.1.0.0
and got an error:
Could not load type 'System.IdentityModel.Tokens.TokenValidationParameters' from assembly 'System.IdentityModel.Tokens.Jwt, Version=5.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions..ctor(String authenticationType)
at Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions..ctor()
Is OWIN compatible with latest IdentityModel?