[cas-user] CAS 5.1.0: Cannot read/parse JSON [{}] to deserialize into type [] ... missing configuration/support module

2017-06-21 Thread Michael Kotowski
Hi. I am using CAS 5.1.0 and it is working fine including multifactor authentication. But, I get the following warning: org.apereo.cas.config.CasCoreTicketsConfiguration] - To get rid of the following warning and persist tickets I added the cas-server-support-mongo-ticket-registry dependency

Re: [cas-user] CAS 5.1.0: Cannot read/parse JSON [{}] to deserialize into type [] ... missing configuration/support module

2017-06-22 Thread Michael Kotowski
Filed an issue: https://github.com/apereo/cas/issues/2698 Am Mittwoch, 21. Juni 2017 18:00:58 UTC+2 schrieb Misagh Moayyed: > > Nothing is missing in your config. This is a bug in JSON serialization. > You’re welcome to file an issue. > > > > --Misagh > > -- - CAS gitter chatroom: https://gi

[cas-user] CAS 5.1.0: Login-Work-In-Progress does not work on casGoogleAuthenticatorLoginView.html page

2017-06-26 Thread Michael Kotowski
After clicking the login button, the loginform.html page disables the login button and changes the text. var i = [[#{screen.welcome.button.loginwip}]] $("#fm1").submit(function() { $(":submit").attr("disabled", true); $(":submit").attr("v

[cas-user] Re: How do I enable /status (admin monitoring) page with CAS 5.1.0?

2017-06-27 Thread Michael Kotowski
Same issue here. In 5.0.5 it was sufficient to set cas.adminPagesSecurity.ip, but with 5.1.0 I have the same issue. But, with 5.1.0 there is also a big bunch of new properties ... will play with them. 5.0.x: https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#admin-st

[cas-user] Re: CAS 5.1.0: Login-Work-In-Progress does not work on casGoogleAuthenticatorLoginView.html page

2017-06-29 Thread Michael Kotowski
Any ideas what is ongoing? My goal is to change the casGoogleAuthenticatorLoginView's LOGIN button's text to "work in progress" -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https

[cas-user] How to prevent that the LDAP admin user can login?

2017-08-21 Thread Michael Kotowski
Hello everybody. I am using CAS 5.1.x, which shall find the user authentication data in LDAP. Therefore, I configured the following settings (in addition to many others): cas.authn.ldap[0].bindDn=cn=admin,ou=users,dc=mydomain,dc=de cas.authn.ldap[0].bindCredential=mypassword Since I also confi