Posted on: 12/5/2015 1:24:43 PM | Views : 1814

Hi ,

I ' m newbie on owin and identity . 
Previously, i use IIS pipeline + FormsAuthentication + EF for my project. 
I already create module and all Function for Register,confirm,Login... and more..
Now i hope i can migrate to Owin and identity (leave always from IIS pipeline and FormsAuthentication ) . 
But when i saw the API and structure of Identity, most of the function i done before. So i don want to change my code and my structure. 
so , i hope somebody can tell me what is the "replacement" for some FormsAuthentication code.
1. new FormsAuthenticationTicket ,  ( identity still using ticket ? )
2. FormsAuthentication.Encrypt and Decrypt
3.HttpApplication.AddOnAuthenticateRequestAsync
I only use this 3 method for my previous project. 

Regards,
Yam



< ...

Go to the complete details ...