BASIC authentication SSO with a separate IIS application

2005-09-28 Thread Anderson, Stephen
I've been told our working application must coexist with other applications using BASIC authentication, the same domain name and a shared authentication store to achieve single sign on (SSO). Our application has been working fine without IIS or Apache sitting in front of it. The application

howto configure JAAS+SSO

2005-08-16 Thread Edmund Urbani
recently and I tried putting the two login modules into one JAAS login context, but that does not seem to work, because the login module classes won't instantiate properly due to dependencies to their respective webapps. Can SSO be achieved without having the apps share one login context? Will I

RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
Hi Edmund. I am sorry but I don't know much about SSO. However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does not authenticate the proper session Subject. What you end up doing

Re: howto configure JAAS+SSO

2005-08-16 Thread Edmund Urbani
Mark Benussi wrote: Hi Edmund. I am sorry but I don't know much about SSO. However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does not authenticate the proper session Subject. What

RE: howto configure JAAS+SSO [Apologies code attached]

2005-08-16 Thread Mark Benussi
Users List Subject: Re: howto configure JAAS+SSO Mark Benussi wrote: Hi Edmund. I am sorry but I don't know much about SSO. However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does

Re: howto configure JAAS+SSO [Apologies code attached]

2005-08-16 Thread Edmund Urbani
login module would be for the very special purpose of making SSO of webapps possible, so i wouldn't have much of a problem with this. Contstruct a CallBackHandler with the username and password but also with the session or request. Then in your loginmodule you will have access to the request

Re: howto configure JAAS+SSO

2005-08-16 Thread Wendy Smoak
From: Mark Benussi [EMAIL PROTECTED] However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config it works but it does not authenticate the proper session Subject. Can you explain more about this? I just

RE: howto configure JAAS+SSO

2005-08-16 Thread Mark Benussi
:[EMAIL PROTECTED] Sent: 16 August 2005 17:44 To: Tomcat Users List Subject: Re: howto configure JAAS+SSO From: Mark Benussi [EMAIL PROTECTED] However I can tell you about JAAS in Tomcat. In 5 certainly there are issues. Essentially when you call the LoginModule to invoke your JAAS config

Tomcat SSO with other web servers

2005-04-20 Thread Patrick Lacson
Hi All, What Single-Sign-On strategy do you guys use for Tomcat? I know the tomcat docs support SSO within webapps on the same in-process tomcat instance, but what SSO techniques are you guys using to authenticate with other webservers like WebSphere and IIS? Is there a SAML implementation used

Re: Single Sign On(SSO) problem

2005-03-13 Thread xue daoming
Thanks Guillaume Lederrey! I try it, and it works! Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Single Sign On(SSO) problem

2005-03-11 Thread Guillaume Lederrey
On Friday 11 March 2005 06.36, xue daoming wrote: How to config Single Single Sign On(SSO) in Tomcat? I read Tomcat document, but I can't find information about it. Is something I miss? Anybody carried out that can help me? I just gt that one working yesterday ! All the apps that need

Single Sign On(SSO) problem

2005-03-10 Thread xue daoming
Hi, All How to config Single Single Sign On(SSO) in Tomcat? I read Tomcat document, but I can't find information about it. Is something I miss? Anybody carried out that can help me? Thanks! - To unsubscribe, e-mail: [EMAIL

Tomcat 4.1 SSO pb

2004-06-21 Thread Boulay Arnaud
Hello ! I've got some trouble with SSO : the SSO Valve is enabled, 2 Contexts are defined . I must login on each application at the first time before I can do a straightforward switch between both application. Any Idea ? Thanks, Arnaud

RE: Tomcat 4.1 SSO pb - forget !

2004-06-21 Thread Boulay Arnaud
Sorry, there was an error in my server.xml Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using Tomcat to implement a Weblogic like SSO authentication

2004-03-10 Thread Jose Alberto Fernandez
Hi, I am trying to evaluate migrating our application from Weblogic to a Tomcat/JBoss environment. One of the main roadblocks at the moment is our reliance on the way SSO is done in weblogic. In weblogic, even within the same virtual host, you can specify different SSO domains by defining

SSO

2004-02-05 Thread rlipi
. Nevertheless, by this way, it authenticates user to the ALL web applications. But I have a few of them where I need special authentication (for example manager or admin web application). Is it possible to configure Tomcat server: 1) to use SSO authentication for nearly all web aplication 2) to use

Re: SSO

2004-02-05 Thread Jeanfrancois Arcand
this feature. Nevertheless, by this way, it authenticates user to the ALL web applications. But I have a few of them where I need special authentication (for example manager or admin web application). Is it possible to configure Tomcat server: 1) to use SSO authentication for nearly all web aplication

Re: Session Timeouts and SSO

2003-09-08 Thread G. Wade Johnson
Thanks, Tim. I kind of remember reading that now. I need to look at my application more carefully, to determine what is timing out. G. Wade Tim Funk wrote: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Single%20Sign%20On As soon as the user logs out of one web

Session Timeouts and SSO

2003-09-05 Thread G. Wade Johnson
Thanks again for all of the responses so far on my Timeout issue. I still have a problem, but it is not what I thought it was. Apparently, there is a session-timeout/ set to 30 minutes in the $CATALINA_HOME/conf/web.xml that I have. I don't recall changing this (but I won't rule out the

Single-Sign-On (SSO) with Tomcats in 2 different servers

2003-02-03 Thread Víctor Ferrero del Valle
userId and password before accessing the applications. Both applications authenticate against the same LDAP server. The issue is that I’d like to use Single Sign On (SSO) to access both applications, so that when a user accesses one application and identifies himself, he doesn’t need to identify

Re: Single-Sign-On (SSO) with Tomcats in 2 different servers

2003-02-03 Thread Ben Ricker
the applications. Both applications authenticate against the same LDAP server. The issue is that Id like to use Single Sign On (SSO) to access both applications, so that when a user accesses one application and identifies himself, he doesnt need to identify again when he accesses the other

RE: Single-Sign-On (SSO) with Tomcats in 2 different servers

2003-02-03 Thread Filip Hanik
Tomcat 5 will in a very near future have a cluster module that ships with it as well. Filip -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 12:07 PM To: Tomcat Users List Subject: Re: Single-Sign-On (SSO) with Tomcats in 2 different servers

SSO cookie is not present

2001-06-14 Thread Keng Wong
Downloaded T4-b5 and tried configuring SSO (SingleSignOn) with FORM authentication. When the first webapp gets executed, the SSO cookie is not set (in browser). Here are my properties: server.xml: Engine name=Standalone defaultHost=localhost debug=3 Realm className