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
Post a Comment