Hey guys looking for some opinions
so i have a client which requires me to come up with a solution where they're building .net based web forms apps. they have a domain and would like to me to build them a user management system/ui where it's something like domain.com/account .... so when
the user signs in at domain.com/signin.aspx they're automatically authenticated to domain.com/account/ as well as domain.com/app1 and domain.com/app2 without having to supply credentials again.
with forms authentication back in the day you used to be able to set the machine keys and domain on the cookie to be common for allt hose apps and as long as they were on the same *.domain.com/* things were good and user.isauthentication returned true.
with 4.5.1 and Identity is OWIN capable of doing the same? all the samples i've seen everywhere are built into a single app... we really need a decoupled solution here.
Go to the complete details ...