Wednesday 30 June, 2010

Single Sign On in Forms Authentication

If you have for example two ASP.NET applications and you want to share the authentication cookie between those application, you can do that using the SSO.

To configure your applications to share the authentication cookie, each application has to have same configurations in the web.config file. One important notice in here that the name, protection and path attributes should be the same also in the two web.config files





validation="SHA1" />

Copy the above configurations into the web.config.


Best Regards,

No comments:

Post a Comment