I have used the Auth0 SDK for ASP NET Core to add Auth0 authentication to my MVC application.
(I’ve followed the quickstart here: Auth0 ASP.NET Core MVC SDK Quickstarts: Login)
This works fine on my development machine. However after deploying the MVC application as a docker container in the cloud (google appEngine), sometimes the authentication fails.
This happens during the callback from Auth0 to my application (via the callback uri). That request then suddenly returns a 500 status code. Is there any way I can debug this to find out the reason for the login failure ? (or any alternative ways to implement this authentication)
Thanks for the help.
- Which SDK this is regarding: Auth0.AspNetCore.Authentication
- SDK Version: e.g. 1.0
- Platform Version: .NET (core) 5
-
Code Snippets/Error Messages/Supporting Details/Screenshots:
