Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-11-2008, 01:31 PM
Member
 
Join Date: Feb 2008
Posts: 1
chaudhuri_abhi is on a distinguished road
One server to another server redirection
Hello Every one
I have a typical problem on which I am working for couple of weeks but could not come out with a solutions. Its urgent and hope some one helps me out in this regards

The situation is like this.
I have a SERVER1, which authenticates the user and give access to different pages of the server. Then there are certain links whose pages are to displayed by SERVER2. Once the user clicks the link for SERVER2 page, server1 should redirect the request to SERVER2 without asking the user to re-authenticate. The control stays at SERVER2 then onwards. User can switch back to SERVER1 by clicking on a link in page of SERVER2. The switching between SERVER1 and SERVER2 should be in such a way that user has to get authenticated only by SERVER1 and if the user tries to access page of SERVER2 directly with proper authentication at SERVER1 and the user should send to SERVER1 for authentication.

Also after switching the url should change from SERVER1 to SERVER2
The follow of action is as follows
1. user gets authenticated by SERVER1.
2. access different pages of SERVER1
3. user clicks on link of SERVER2
4. the url changes from http://server1/page1 to http://server2/page2
5. SERVER2 checks that user who is trying to access the page have been successfully authenticated by SERVER1( with out asking the user for that but based on the information provided by SERVER1)
6. if SERVER2 find the user authenticated then user surfs different pages of SERVER2.
7. if SERVER2 could not authenticate the user it send the user to SERVER1 for authentication


Hope someone will rescue me.
Thank you in advance.
Abhishek
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-11-2008, 08:05 PM
roots's Avatar
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 251
roots is on a distinguished road
Single sign-on - Wikipedia, the free encyclopedia

Follow the link, You will get something out of this..
__________________
dont worry newbie, we got you covered.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web-App server connection - How to hit the particular app server from the web server maruthi_s Enterprise JavaBeans 1 01-06-2008 01:32 PM
SQL server elish11 Database 1 12-14-2007 01:13 PM
kangaroo-egg web server 0.2.8/0.2.2 JavaBean Java Announcements 0 11-27-2007 09:17 PM
WAS Server Albert Enterprise JavaBeans 1 06-25-2007 06:38 AM
MySpeed Server 7.1a JavaBean Java Announcements 0 06-22-2007 01:52 AM


All times are GMT +3. The time now is 10:51 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org