ASP.NET Core MVC Quickstart and Sample App - Something Went Wrong

Please include the following information in your post:

The SDK for ASP.NET Core MVC
Nuget package: Auth0.AspNetCore.Authentication 1.0.0
.NET 5
Downloaded the pre-configured sample app from this page: Auth0 ASP.NET Core MVC SDK Quickstarts: Login

I don’t know if this is a bug or not, and it’s not a feature request. I followed the instructions on the page linked above to configure my Auth0 application and to download and run the sample app. When I click on the login button, my browser tries to go to “https://dev-cl1b3tlp.us.auth0.com/login?state=hKFo2SA0S0tSeEVtTmRWRE43RHo4TTdrRnFTNk…”, I get an Auth0 popup saying “Something went wrong. Please contact technical support”

If I look at Network activity in Firefox dev tools, I see a number of requests happening and all but one have an HTTP 200 result. The one exception is a 404, for the request: https://dev-cl1b3tlp.us.auth0.com/user/ssodata

Hi @bradykelly,

Can you please take a look at your Auth0 Dashboard logs and see if there is a more descriptive error?

Also, it’s probably not an issue with the ssodata request.