Have you registered your handler config bean in spring.factories? See https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html <https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html> or https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html <https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html>
depending on your CAS Server version. > Am 31.01.2018 um 10:10 schrieb Ramakrishna G <[email protected]>: > > I tried following this > https://apereo.github.io/2017/02/02/cas51-authn-handlers/ > <https://apereo.github.io/2017/02/02/cas51-authn-handlers/> for Custom > Authentication Handler but MyAuthenticationHandler is never called or > registered. > > On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G <[email protected] > <mailto:[email protected]>> wrote: > Ignore previous mail. > > I need to write a for Custom Authentication Handler for CAS which takes > userId, password and pancard number. All 3 parameters will be sent to custom > server(My other server, Not in CAS) and validated and response is returned > back. > > How can I achieve this is CAS overlay? > > > Thanks > Ramakrishna G > > > > -- > - Website: https://apereo.github.io/cas <https://apereo.github.io/cas> > - Gitter Chatroom: https://gitter.im/apereo/cas <https://gitter.im/apereo/cas> > - List Guidelines: https://goo.gl/1VRrw7 <https://goo.gl/1VRrw7> > - Contributions: https://goo.gl/mh7qDG <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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com?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/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com.
