FormsAuthentication
FormsAuthentication copied to clipboard
Enable ASP.NET Core 2 cookies to read old ASP.NET Forms Authentication cookies
Results
2
FormsAuthentication issues
Sort by
recently updated
recently updated
newest added
I use `FormsAuthenticationTicket` encryption in an ASP.NET WebForms application to create an authentication cookie manually. I recently ported this application to .NET Core and needed `FormsAuthenticationTicket` encryption to preserve backward...
I'm trying to integrate this into a .Net Core 3.1 app so it can accept a forms authentication cookie from a legacy .Net 4.5 web app. I believe I've set...