vote up 0 vote down star

I want to get single sign-on working for ASP.NET Authentication Services. 4 Guys seems to have a good example.

What I am looking for is Application A has users, and Application B has users, but some of these users overlap. I don't want to use "/" for the application name, because not all users will have access to both applications. For example, Application A, are for internal users like timesheets, and Application B is a portal that is authorized for internal and external users. What I would like to do is to synchronize the login and password to both sites as to not force the user to have to enter their password twice.

I have everything set properly and can add users, but I want to be able to attach an existing user to this application (if it comes from the other source).

Essentially, I want to migrate existing sites into a single logon schema, given that they are .NET sites.

flag

1 Answer

vote up 0 vote down

Maybe you should be looking at WIF (Geneva) which solves this issue in "the right way". I'm not saying that it is going to solve your current problem, but if you are interested in broadening your horizon you should definitely take a look at it. http://claimsid.codeplex.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.