Try these for web flow and configuration: <AsyncLogger name="org.apereo.cas.web.flow" level="debug" includeLocation="true"/> <AsyncLogger name="org.apereo.cas.config" level="debug" includeLocation="true"/>
You can also put logging into your file MyAuthenticationEventExecutionPlanConfiguration. Ray On Wed, 2018-01-31 at 09:30 -0800, Ramakrishna G wrote: It is resources only. My typo mistake. No logs as well related to this. Can you send me a sample or GitHub project link which works with custom authentication handler? On Wed, Jan 31, 2018 at 8:47 AM, Ray Bon <[email protected]<mailto:[email protected]>> wrote: Ramakrishna, The path should be src/main/resources/META-INF (resources with an 's'). You could also put some logging in your Configuration file to make sure it is being called and the properties are being set correctly. Ray On Wed, 2018-01-31 at 15:45 +0530, Ramakrishna G 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]<mailto:[email protected]>> wrote: Have you registered your handler config bean in spring.factories? See 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 depending on your CAS Server version. Am 31.01.2018 um 10:10 schrieb Ramakrishna G <[email protected]<mailto:[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]<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 - 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]<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]<mailto:[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<https://groups.google.com/a/apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com?utm_medium=email&utm_source=footer>. -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> -- - 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1517417266.1782.64.camel%40uvic.ca<https://groups.google.com/a/apereo.org/d/msgid/cas-user/1517417266.1782.64.camel%40uvic.ca?utm_medium=email&utm_source=footer>. -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected] -- - 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/1517428687.1782.70.camel%40uvic.ca.
