java ee - JBoss SSO Cache -
java ee - JBoss SSO Cache -
we have configured sso in jboss eap 6.3 cluster 2 nodes.
the thing is, don't understand relation between replicated cache named "sso" had create, , cache-type (set default) in our security domain (the domain connects ldap).
the security domain uses replicated cache? cache uses? because want configure timeout cache, if changes on ldap, cache refreshes.
a mutual illustration of scenario when user gets new permissions, wants access new functionalities or in short period of time. have restart whole jboss, , thats not @ all.
thanks, regards.
in cluster mode, sso cache used authenticate user on 1 node (the authentication occurs in security domain) , authentication automatically carried across other nodes in cluster.
the security domain cache speed authentication checks, can shared between nodes replicated cache. existence of credentials in cache doesn't warrant authenticated in application.
for example, if sets true attribute reauthenticate
of sso
, attribute flag determine whether each request needs reauthenticated securityrealm. setting true can allow web applications different security-domain configurations share sso.
i hope help.
java-ee caching jboss ldap single-sign-on
Comments
Post a Comment