Implementing SSO with Auth0 in a legacy Form Authenticated application

Hi guys,

I am working on a MVC application which is already using Forms authentication. On top of that we are implementing SAML-based SSO for an enterprise external users using Auth0.

I’m following this article

I’m implementing cookie based authentication to get access_token after user logged in via universal login. But access_token/Id_tokens are not retrieved. And HttpContext.User.Identity.AuthenticationType is empty which probably should be “Cookies” .

Can you please guide me to the right path here.