Hello,
You have to rewrite the out-of-the-box CAS integration from Liferay. Because it does not support "completely" the Proxy Ticket Authentication mechanism.
Plus we are in a clustered environment (CAS and Liferay) so it's more complicated to get it work...
Maybe I could open a gitbub repo in order to push the code.
we used the ext mechanism of Liferay (6.2 version) and changed the outdated cas-client
version
of the WEB-INF lib directory.
In production, we have 2 kind of tickets repository, jpa and mongodb, i strongly recommend you to use mongodb over jpa.
i will prepare a repo to push the ext-impl cas-filter for Liferay.