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.
