formsauthenticationticket

OWIN Self-Host CookieAuthentication & Legacy .NET 4.0 Application / FormsAuthenticationTicket

丶灬走出姿态 提交于 2019-11-28 17:06:40
I have two bounded contexts : ASP.NET 4.0 MVC/WebForms Application OWIN Self-Hosted w/ ASP.NET Web API 2 The former is an existing well-established product, however, its lack of architecture (SmartUI) has led to an difficult-to-maintain codebase with concerns of extensibility and scalability now more glaringly visible. We are iteratively addressing this issue by introducing a new backend application - exposable via OWIN/WebAPI services. Currently we're only looking to leverage cookie authentication in the new application. Originally, I thought it would be a breeze to use existing cookie auth

OWIN Self-Host CookieAuthentication & Legacy .NET 4.0 Application / FormsAuthenticationTicket

你说的曾经没有我的故事 提交于 2019-11-27 10:11:14
问题 I have two bounded contexts: ASP.NET 4.0 MVC/WebForms Application OWIN Self-Hosted w/ ASP.NET Web API 2 The former is an existing well-established product, however, its lack of architecture (SmartUI) has led to an difficult-to-maintain codebase with concerns of extensibility and scalability now more glaringly visible. We are iteratively addressing this issue by introducing a new backend application - exposable via OWIN/WebAPI services. Currently we're only looking to leverage cookie