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 to be accessed from SSO have to use the same Realm, 
not the same class but the same instance. So if you want all apps in a 
specific host to be accessed with SSO, then put your <Realm/> tag in the 
<host/>.

  Configure the security in every app in the usual web.xml.

  Add a valve to the same host like this one :
<Valve className="org.apache.catalina.authenticator.SingleSignOn"/>

  More docs in 
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/valve.html

  That works for me, I hope it helps you !

 Guillaume

-- 


Guillaume Lederrey
Informaticien Développement
Tecost - Technology Consulting Studies
Fribourg (Switzerland)
http://www.tecost.ch/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to