-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
Currently in clustered environment Security Identity is restored during
- failover
- load balancer change node (not sticky behaviour)
- session passivation/activation
This is mainly expected and good. It ensures performance gain because no additional SPNEGO negotiation is performed. But it can make troubles for kerberos ticket propagation, as kerberos ticket can't be serialized and restored.
So idea is to have flag to turn this default behaviour off. When user authenticate to app1 on serverA and then wants to access app1 on serverB, SPNEGO authentication will be activated and kerberos ticket will be negotiated and will be available on serverB as well.
- is cloned by
-
JBEAP-15807 (7.2.z) Make restore of SecurityIdentity on replicated session configurable
- Closed
- relates to
-
ELY-1503 SPNEGO fails on <distributable/> deployment
- Resolved