G
Gabriel Giraldo
Hello,
I'm trying to integrate the security (authentication) of several web
applications on my enterprise (we do not have active directory implemented
yet).
I would like to implement a Passport-like authentication system, but based
on Forms Authentication: a system where users authenticate once and access
all of our ASP .NET web applications without needing to provide passwords
again.
Is there any way to accomplish this with Forms Authentication? As far as I
have tested, each ASP .NET Application configured with Forms Authentication
handles its own authentication cookie. Is there any way to unify this
authentication cookie between applications?
Thanks for your help.
I'm trying to integrate the security (authentication) of several web
applications on my enterprise (we do not have active directory implemented
yet).
I would like to implement a Passport-like authentication system, but based
on Forms Authentication: a system where users authenticate once and access
all of our ASP .NET web applications without needing to provide passwords
again.
Is there any way to accomplish this with Forms Authentication? As far as I
have tested, each ASP .NET Application configured with Forms Authentication
handles its own authentication cookie. Is there any way to unify this
authentication cookie between applications?
Thanks for your help.