Ing. Andrej Vanek wrote:
Hello,
I am runnning Jetspeed-2. My intention is to put a link to a web
application into the user's portal page. If he clicks on it I expect
to open a new browser window running the web application without
explicitely to have to login again- it should use the Jetspeed-2's
SSO login. I do want to run the web application in a separate
web-browser window, not as part of the portal via any portal bridge
(because of window size, speed, no changes to javascript and
application etc). But I would like to use portal to integrate my
running web applications.
I suppose this could be acomplished by sharing Jetspeed-2's SSO with
external web application which is to be opened from the portal.
Unfortunately at http://portals.apache.org/jetspeed-2/sso.html does
not tell me much about how to do it...
Could anybody give me some information (or links, documentation,
articles) how to use the Jetspeed-2's SSO and how to collaborate with
other web applications running on the same Tomcat Instance? Did
anybody already solve this issue?
Best Regards, Andrej
Since we are using JAAS to authenticate in Jetspeed-2, your web
application running in the same instance could get the authenticated
user from the servlet request's getUserPrincipal.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]