I've got an ASP.NET website that I use forms authentication using the default provider you can setup. This works just fine for the site. The question is can I pass the credentials from the web site to a web app on the same server?
A:
Have a read of this article: http://blah.winsmarts.com/2006/05/19/aspnet-20-implementing-single-sign-on-sso-with-membership-api.aspx
Also, this article goes into a little more detail: http://aspalliance.com/1545_understanding_single_signon_in_aspnet_20.all
Daniel Dyson
2010-05-24 14:12:07
Thanks - is was the "Single Sign On Terminology" I couldn't remember. And just adding a machine id, etc worked for me. Thanks.
zburns
2010-05-24 17:54:34