Hello together,
we are running cas 6.0.3 in cluster mode with an dynamodb as ticket storage.
For one legacy application we enabled clearpass.
So far it works, but clearpass works only if 1 cluster node is active. Otherwise the credential object is null on client side.
I have the feeling, that the credential object is only saved (cached) in memory, so clear pass will not work in cluster mode, because the service ticket validation is a separate call from the service, so sticky sessions will not work.
I clould also not find any table in the dynamodb, which contains the credential.
Is this observation correct?
An productive SSO authentication server not running in HA cluster mode is prohibitive.
Has anyone a solution to get clearpass running in cluster mode? Perhaps a replication via hazelcast?
Thanks for any input.
Andreas