[cas-user] Re: Unable to Retrieve CAS User Attributes (CAS 5.3.x)

2018-10-11 Thread Fahmi L. Ramdhani
my *cas.properties*: ## Database Authentication ## cas.authn.accept.users= cas.authn.jdbc.query[0].sql = SELECT * FROM users WHERE email=? cas.authn.jdbc.query[0].healthQuery = SELECT 1 cas.authn.jdbc.query[0].driverClass =

[cas-user] Re: Unable to Retrieve CAS User Attributes (CAS 5.3.x)

2018-10-11 Thread Fahmi L. Ramdhani
Hi, Continued with attribute problems. *cas.properties* cas.authn.attributeRepository.jdbc[0].sql = SELECT * FROM user_attributes WHERE {$ cas.authn.attributeRepository.jdbc[0].healthQuery = SELECT 1 cas.authn.attributeRepository.jdbc[0].driverClass = com.mysql.jdbc.Driver

[cas-user] SAML dependencies in CAS 5.3.4 management issue

2018-10-11 Thread Yan Zhou
Hello, I seem to have a catch-22 problem with CAS 5.3.4 management overlay. I am using JPA service registry on Oracle, the SAML dependencies in CAS 5.3.4 management is introducing column names longer than 30 characters, that is not support on Oracle 11. After I removed SAML dependencies,

[cas-user] Unobfuscated TGT in logs

2018-10-11 Thread František Řezáč
I have already reported this in Gitter chat but I've got no response so I'm posting it here to be sure. In Apereo CAS: - It's possible to log URL as part of every message by including this to the log pattern: %X{requestUri}. See https://apereo.github.io/cas/5.3.x/installation/Logging.html -