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.
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
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
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