Hi Support Team,
We are currently implementing auth0(https://auth0.com/) in our application(.net MVC) for authentication. We are facing an issue post implementation where Sitecore Context(Sitecore.Context) becomes null during redirection anywhere intermediate. After receiving response from Auth0 in our application for user authentication, we are initializing the Sitecore context and post initialization we have verified that it has valid data. As the login process is over and the request is redirected to our landing page, we found that Sitecore Context becomes null between this redirection.We checked it the other way by getting logged in normally i.e. without Auth0 and it is working fine. Just wanted to know if there is any configuration level change require. Moreover, I request you to share any documentation or case study related to integration of Auth0 with .net (MVC) application with sitecore.
Note: We are using Auth0 to authenticate user to our MVC Application and not Sitecore.