If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Automating Single Sign-on

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-04-04, 02:34
etes etes is offline
Registered User
 
Join Date: May 2004
Posts: 8
Automating Single Sign-on

Hi.

I am trying to create a single sign-on application (on server #3, let's call this S3) with automated sign-ons to the following servers (S1 and S2) from S3:

1. IIS server with login.asp page, upon automated sign-on, to redirect to main.asp page. This is S1.

2. Tomcat server with login.class applet that accepts a signature filepath, userid, password, and upon automated sign-on, to redirect to another html page. The applet first accepts the signature filepath, then shows another screen to accept userid and password. This is S2.

Anyone has any idea how I can go about doing this? Is this possible in the first place? S1 and S2 are on https, does this matter?

Some constraints I have:
- S1 and S2 is as-is, and cannot be modified
- there are no APIs exposed on S1 and S2

Any advice is much appreciated, thanx!
Reply With Quote
  #2 (permalink)  
Old 06-06-04, 20:56
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
What you would probably have to do is replicate the S! sign in process on S3 but integrating into the backend for S1.

How are you managing your signing in? If you are using the ASP session it could be an issue but there is probably a way around it....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On