how to single signon two .net 2.0 websites?

G

Guest

Hi All,

i had two .net 2.0 websites, but i don't know how to login one websites,
then open or redirect another website without signin again? anyone can help
me?

Thanks
 
S

Steven Cheng[MSFT]

Hi Pony,

Welcome to the ASPNET newsgroup.

Regarding on the ASP.NET web sites/applications single signon, do you means
using the Forms Authentication, if so, there does exists configuration for
the ASP.NET forms authentication to support cross application
authenitcating(SSO). However, this require the different applications
(maybe on different server) share the same configuration setting(like
machinekey...). Also, those applications should share the same primary
domain name. like aaa.microsft.com and bbb.microsoft.com. Otherwise, since
the authentication cookie can not be shared, cross application forms
authentication won't work. Here are some msdn reference about forms
authentication across multiple appliations:

#Forms Authentication Across Applications
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconformsauthenticatio
nacrossapplications.asp?frame=true

#How To: Configure MachineKey in ASP.NET 2.0
http://msdn.microsoft.com/library/en-us/dnpag2/html/paght000007.asp?frame=tr
ue

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top