Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 SSO

Author  Topic 

Anushka
Yak Posting Veteran

79 Posts

Posted - 2008-10-16 : 00:19:56
How to implement single sign on for multiple applications in c#.net using vs 2005
Thanks…..

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-10-16 : 00:24:54
Look into asp.net memberships ?

We have one domain name and multiple websites running off the same server, some of the applications are 3rd party software. On seperate partitions, which are reflected of subdomains ie test.domain.com products.domain.com etc and we used asp.net membership provider. In c#

But the whole site works as one.

Go to Top of Page

Anushka
Yak Posting Veteran

79 Posts

Posted - 2008-10-16 : 01:06:05
Hi...
afrika...i was confused reg where i have to post (sry for that)...
...(without using 3rd party software-is it not possible)

Tara Lyn Kizer :Sir...i want to implement sso using vs 2005 (without using cookies)
if any best links related to this than...pls post..
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-10-16 : 01:12:45
quote:
Originally posted by Anushka

Hi...
afrika...i was confused reg where i have to post (sry for that)...
...(without using 3rd party software-is it not possible)





SSO are done either with cookie authentication or forms authentication.

Thats why i said read up on asp.net memebership provider. Its all configured for you using your web.config file and Microsoft memebership provider.

Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-10-16 : 01:14:23
Sorry, i meant. My example above incorporates a 3rd party provider.

But with .net's memebership provider, it can easily be implemented without any additional 3rd party provider.
Go to Top of Page
   

- Advertisement -