Hello,
We are using passwordless authentication in our application to authenticate the one time user, however, after the user enters the code from auth0 and got authenticated in auth), in the callback or return page, we call:
IAuthenticationManager am = HttpContext.GetOwinContext().Authentication,
the user identity in am is not authenticated. We of course need the user to be authenticated and assign claims for them.
Any pointers on what is maybe missing, or what do we need to do in order to have Auth0 return user as authenticated? Please let me know if you need more info…
Thanks much