[JBoss-user] [Security & JAAS/JBoss] - Single sign on across all web apps, all hosts and all virtua

2005-04-05 Thread ryoung2504
I can enable single sign-on across web apps deployed to a host AND to all other hosts in the cluster with the same virtual hostname using org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn. However I can't manage to enable single sign-on across all web apps AND all hosts AND all virtual hosts.

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO and disable caching of security credentials fails in

2005-01-16 Thread ryoung2504
I found the solution: add attribute requireReauthorization and set to true for the valve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862317#3862317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862317

[JBoss-user] [Security & JAAS/JBoss] - SSO and disable caching of security credentials fails in Jbo

2005-01-15 Thread ryoung2504
I have two applications each with their own context root and each has their own JAAS security domain. I have a set of users with the same logon credentials for both security domains but with differing roles for each domain. I have enabled SSO by uncommenting the valve org.jboss.web.tomcat.tc5.s

[JBoss-user] [Security & JAAS/JBoss] - Cross-context form-based authentication

2005-01-11 Thread ryoung2504
I have two applications each with their own context root and each has their own JAAS security domain. I have a set of users with the same logon credentials for both security domains but with differing roles for each domain. If I set the auth-method for both apps to BASIC then I can authenticate