My cas-overlay version is 5.2.1 On Wed, Jan 31, 2018 at 3:45 PM, Ramakrishna G <[email protected]> wrote:
> Hi Robert, > > I am using cas-overlay. I have the below 2 files under src/main/resource > folder and package name com.example.cas > > I have also spring.factories file inside src/main/resource/META-INF. > > org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ > > com.example.cas.MyAuthenticationEventExecutionPlanConfiguration > > > What am I missing? When I enter my username and password this handler is > never called. > > > On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert <[email protected] > > wrote: > >> Have you registered your handler config bean in spring.factories? >> See https://apereo.github.io/cas/5.1.x/installation/Configur >> ing-Custom-Authentication.html >> or 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/ for Custom Authentication Handler but >> MyAuthenticationHandler is never called or registered. >> >> On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G <[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 >> - 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/ap >> ereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii >> 16tT1Fdtt7KfLu8qKBQ%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/ap >> ereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6 >> B9%40gmail.com >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.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/CAGST5P_xdGK05KGVxHKuJ-0jSziV5DVg6iKu6phxc6P1MVx9_Q%40mail.gmail.com.
