Hi There,
We’d like to migrate to Auth0 but facing some issues integrating.
To reproduce:
- run the https://github.com/auth0-samples/auth0-aspnet-owin-mvc-samples/tree/master/Quickstart/01-Login sample, login using i.e. facebook everything works
- hit the back button, universal login loads, hit facebook again
- sample 404s on signin-auth0 as seen in screenshot
OpenIdConnectAuthenticationNotifications.AuthenticationFailed no fired, how to intercept this and handle this properly? While not common this is clearly an issue that needs graceful handling.
Updating Nuget packages to latest versions does not help.
This is on Windows 10 Visual Studio 2017 latest public versions…