I have a custom jdbc authentication handler that I have configured as a @Bean in my configuration class.
When I deploy my war, there are no errors, but I get this error: CAS is configured to accept a static list of credentials for authentication. While this is generally useful for demo purposes, it is STRONGLY recommended that you DISABLE this authentication method (by setting 'cas.authn.accept.users' to a blank value) and switch to a mode that is more suitable for production. I look in the docs, and I see that I need to add this to my cas.properties file: cas.authn.accept.users= cas.authn.accept.name= cas.authn.accept.credentialCriteria= But I still get that error in the logs. How do I set my AuthenticationHander as the one to use? Michael MacEachran -- - 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 [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN9%2B60qmKAAy0DW3ET%2BbWZYy8nbhjbS_ppab4Q20mX7cj3egHA%40mail.gmail.com.
