Hi All,
In v4.1.1, a commit removed "service ticket registry" from "central
authentication service" -
CentralAuthenticationServiceImpl.serviceTicketRegistry :
https://github.com/Jasig/cas/commit/7d270eb841fdf952d2087ea155600eb361fba4ab
So we can't no more configure separate registries for TGTs and ST ?
However this custom is always mentionned in the documentation for the
"Long Term Authentication" feature :
http://jasig.github.io/cas/4.1.x/installation/Configuring-LongTerm-Authentication.html
So this documentation should be updated removing this part ?
"""
It’s important to note that ticket-granting tickets and service tickets
can be stored in separate registries, where the former provides durable
storage for persistent long-term authentication tickets and the latter
provides less durable storage for ephemeral service tickets. Thus
deployers could mix JpaTicketRegistry and MemcachedTicketRegistry, for
example, to take advantage of their strengths, durability and speed
respectively.
"""
We set the "remember me checkbox" on our CAS (4.1) here (for mobile
devices only) but we use memcached and the TGT tickets expire too
quickly ... I thought I could use memcached and jpa together to store ST
and TGT tickets ... I now hesitate to not use memcached anymore, just
JPA ...
Thanks,
--
Vincent Bonamy
Pôle SI
Direction de l'informatique &
des systèmes d'information
Université de ROUEN
--
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.