3

How easy or difficult it is to migrate an existing site which uses FormsAuthentication to use the new OWIN Cookie Authentication Middleware?

Has anyone tried this? Any advice for or against such endeavor?

I could not find much information on how to do this upgrade on the web.

BuddhiP
  • 6,231
  • 5
  • 36
  • 56
  • This should be fairly easy. Authorization should mostly work untouched, what you change is the way the cookie is issued and usually this is a single place in your app. – Wiktor Zychla Aug 16 '15 at 13:39
  • Wiktor: Any example of how this migration can be done? – Jonas Jun 07 '16 at 19:32
  • Hi BuddhiP, Any updates about this question? How did you migrate the existing site to use owin? Please shed some light – jothi Jul 21 '17 at 04:10

0 Answers0