Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-11-15 Thread Gokhan Mansuroglu
When I declare it as below, CAS still use its UsernamePasswordCredential. I could use MyUsernamePasswordCredential only if I change the var name in the login-webflow and loginform as below : However this lead me to another problems like : java.lang.IllegalArgumentException: No

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-20 Thread Gokhan Mansuroglu
I have a problem with this configuration. I have a MyUsernamePasswordCredential that extends UsernamePasswordCredential, but unfortunately I can't bind this model in the flow. How is that possible ? Thank you. 9 Eylül 2016 Cuma 15:18:03 UTC+3 tarihinde Gokhan Mansuroglu yazdı: > > Hi Misagh, >

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-12 Thread Philippe MARASSE
+1 I need to add a step in login webflow, how to add custom configuration properties to a Configurer class ? via a custom @EnableConfigurationProperties(MyConfigProperties.class) ? Regards. Le 09/09/2016 à 14:18, Gokhan Mansuroglu a écrit : > Hi Misagh, > > Thank you for your link, I am trying

Re: [cas-user] Custom Authentication Handler in version 5.0.0

2016-09-08 Thread Misagh Moayyed
Example: https://github.com/apereo/cas/blob/master/cas-server-support-digest-authentication/src/main/java/org/apereo/cas/digest/config/DigestAuthenticationConfiguration.java#L128 --  Misagh From: Gokhan Mansuroglu Reply: Gokhan Mansuroglu