----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: DeveloperWiz Message 2 in Discussion Hello Aanal, Can you be more specific what you are looking for. SSO is basically used when you want to share user credentials between multiple applications. So that users do not have login again. The best option what I can think of is by using Form Authentication, wherein you can create a cookie and and that cookie can be shared across all the applications. However you will have to do a couple of things, Create a common MachineKey in Web.Config (if used accross different machines or different Application Pool) or add all the applications under same Application Pool in IIS. So that same decryption key is used across all the applications. You can find the following articles which explains more about SSO using Forms Authentication, http://weblogs.asp.net/hernandl/archive/2004/06/09/ssoformsauth.aspx http://blogs.neudesic.com/blogs/michael_morozov/archive/2006/03/17/72.aspx Happy coding! Prashanth ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
