Hello everybody!

I have just installed my first CAS (6.5.0). I need to use a user database 
so my cas. properties is configured this way (ommited those irrelevant 
lines and data):

# cat /etc/cas/config/cas.properties
[..]
# cas.authn.accept.enabled=false
cas.authn.accept.users=
cas.authn.jdbc.query[0].driver-class=com.mysql.jdbc.Driver
cas.authn.jdbc.query[0].url=jdbc:mysql:xxxx
cas.authn.jdbc.query[0].dialect=org.hibernate.dialect.MySQLDialect
cas.authn.jdbc.query[0].driver-class=com.mysql.jdbc.Driver
cas.authn.jdbc.query[0].user=database_user
cas.authn.jdbc.query[0].password=database_password
cas.authn.jdbc.query[0].password-encoder.type=BCRYPT
cas.authn.jdbc.query[0].sql=SELECT * FROM users WHERE email=?
cas.authn.jdbc.query[0].field-password=password
cas.authn.jdbc.query[0].field-expired=expired
cas.authn.jdbc.query[0].field-disabled=disabled

Well, everytime I try to log, I see the following error_

2021-11-18 14:29:46,998 ERROR 
[org.apereo.cas.web.flow.executor.EncryptedTranscoder] - 
<DecryptionException>
org.apereo.cas.util.crypto.DecryptionException: null

I'm omitting the full error stack

Could anybody of you help me, please?



-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/631ce2c8-0364-48fa-b965-3af7483eace3n%40apereo.org.

Reply via email to