Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Single Logon Access for Multiple Applications


Message #1 by stavros@r... on Sat, 13 Jul 2002 16:14:55
Hi,

Does anyone know how to create a entry point web application that access 
several other web applications with their own UserID and passwords (which 
are different from each application) and their database, such that the 
entry point web application would require a UserID and password, and 
manage the access to the other applications?  Hope that just made sense.

Thanks,

Steve
Message #2 by "Chadrick" <chadm@d...> on Mon, 15 Jul 2002 09:05:33 -0400
You could do it if you had access to the other usernames and passwords.
You would have to have some way of connecting this info, whether that be
in a new table or what. Then you have to find out how the other apps
handle the user state, session, cookies, or some other way and impliment
that as you pass into the other app so it would still work. It would be
a prety daugnting task I'm thinking, depending on how many apps you had
in mind.

-----Original Message-----
From: stavros@r... [mailto:stavros@r...] 
Sent: Saturday, July 13, 2002 4:15 PM
To: ASP+
Subject: [aspx] Single Logon Access for Multiple Applications

Hi,

Does anyone know how to create a entry point web application that access

several other web applications with their own UserID and passwords
(which 
are different from each application) and their database, such that the 
entry point web application would require a UserID and password, and 
manage the access to the other applications?  Hope that just made sense.

Thanks,

Steve




  Return to Index