Great news! How would you reference a second handler, for example, a definition of: cas.authn.jdbc.query[1]
Would this default to some form of fall through authentication by handler? -Jeff On Fri, Jan 25, 2019 at 5:24 AM Juliano Destroe <[email protected]> wrote: > Also the handler used when using query > (cas.authn.jdbc.query[0].driverClass=org.postgresql.Driver) is > QueryDatabaseAuthenticationHandler. > > So in your json file to declare the service add this line: > "requiredHandlers" : [ "java.util.HashSet", [ > "QueryDatabaseAuthenticationHandler" ] ], > > -- > - 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/e1eddad5-1a9d-4619-a714-6aa68cf2e5be%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/e1eddad5-1a9d-4619-a714-6aa68cf2e5be%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - 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/CA%2BTBYOT96GBgR587i4mSW90UqRd8hMpJS3c9eanS9e3Jg_pwwg%40mail.gmail.com.
