A new DotVVM Web Project throws Microsoft.AspNetCore.Authentication.Internal.RequestPathBaseCookieBuilder

541 views Asked by At

I download extension for Visual Studio for DotVVM framework and create a new .net core project. In the wizard, I chose Azure Active Directory Authentification as Identity option. When I run the application, the load ends up with Internal Server error. I found Exception in output Could not load type 'Microsoft.AspNetCore.Authentication.Internal.RequestPathBaseCookieBuilder'.

1

There are 1 answers

1
Daniel Rusnok On

The solution is to update package Microsoft.AspNetCore.Authentication.OpenIdConnect to latest version 3.1.3.