Implementing Single sign on in asp.net and C# -


currently have code modules contains code necessary authenticate user credentials , includes ad users validation also. have requirement auto logging in without prompting user enter username , password if user browses application company's network domain.

can done via single sign on?if how implement it?

i believe easiest way use integrated windows auth , ensure computers connected domain, , computers set have host in "intranet" zone in ie, therefore credentials passed. if isn't option perhaps take @ adfs or oauth can implement sso across many sites using cookies, tokens, claims, headers, etc.

thanks!

http://technet.microsoft.com/en-us/library/cc754628(v=ws.10).aspx


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -