[cas-user] Re: SAML metadata problem when upgrade from 5.2.0-RC1 to 5.2.0-RC2

2017-08-29 Thread Andy Ng
Instead of only change the properties from 5.2.0-RC2 to 5.2.0-RC3-SNAPSHOT, do I still need to do anything? I ask this becasue in the SNAPSHOT version, it seems that I am not reading the jar files 5.2.0-RC3-SNAPSHOT Whenever I add anythings from src/main/java, and import

Re: [cas-user] Custom authentication handler in CAS 5.1.1

2017-08-29 Thread Aaron Burton
OK. Bad on me. I was using an old project that apparently has problems. Once I switched back to the current project all was well. Thank you. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

Re: [cas-user] Custom authentication handler in CAS 5.1.1

2017-08-29 Thread Aaron Burton
My class that implements AuthenticationEventExecutionPlanConfigurer does not appear to be loading anymore. On Tuesday, August 29, 2017 at 4:07:55 PM UTC-5, Misagh Moayyed wrote: > > > > -- > > > I had this working at one time but I broke it. Generally I following

Re: [cas-user] Custom authentication handler in CAS 5.1.1

2017-08-29 Thread Misagh Moayyed
> I had this working at one time but I broke it. Generally I following the > directions from this page. > https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html > It appears that my configuration class > MyAuthenticationEventExecutionPlanConfiguration is not

[cas-user] Custom authentication handler in CAS 5.1.1

2017-08-29 Thread Aaron Burton
I had this working at one time but I broke it. Generally I following the directions from this page. https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html It appears that my configuration class MyAuthenticationEventExecutionPlanConfiguration is not loading. I

Re: [cas-user] cas5.1.1 + cas-services-management-overlay

2017-08-29 Thread Jérémie Pilette
Hello Erik, thank you very much, it's good. My CAS server works now. Now I need to study the cas-services-management. Jérémie Le mardi 29 août 2017 15:48:05 UTC+2, Mallory, Erik a écrit : > > Jérémie, > > Provided you have not configured persistent service storage with jpa, > ldap, etc…. you

Re: [cas-user] AD Password Policy in 5.1.x.

2017-08-29 Thread William Jojo
Perfect! As always, thank you so much! Bill On Tuesday, August 29, 2017 at 10:21:29 AM UTC-4, Misagh Moayyed wrote: > > *password.expiration.warning=Your password expires in {0} day(s). Please > change your password now.* > > > Which, of course, translates the href to a local CAS link to {1}.

Re: [cas-user] AD Password Policy in 5.1.x.

2017-08-29 Thread Misagh Moayyed
> password.expiration.warning=Your password expires in {0} day(s). Please href="{1}">change your password now. > Which, of course, translates the href to a local CAS link to {1}. Is the > intention to have a configurable property or do we edit this as part of the > overlay? Edit as part of

[cas-user] Re: SAML metadata problem when upgrade from 5.2.0-RC1 to 5.2.0-RC2

2017-08-29 Thread Andy Ng
Oh yeah, you are right, I will diagnose it tmr once I am back at my office, Thanks! On Tuesday, 29 August 2017 19:29:14 UTC+8, Misagh Moayyed wrote: > > I'd say it's in your best interest to diagnose the problem now. If and > when you switch to RC3 proper and you realize the same issue is

Re: [cas-user] cas5.1.1 + cas-services-management-overlay

2017-08-29 Thread Mallory, Erik
Jérémie, Provided you have not configured persistent service storage with jpa, ldap, etc…. you can find an example service definition file At this location target/war/work/org.apereo.cas/cas-server-webapp-tomcat/WEB-INF/classes/services/HTTPSandIMAPS-1001.json For example, { "@class" :

[cas-user] AD Password Policy in 5.1.x.

2017-08-29 Thread William Jojo
Password policy with AD seems like dabbling in the dark arts. ;-) In 4.2.7 you cannot use it: *Attribute 'usePasswordPolicy' is not allowed to appear in element 'ldaptive:ad-authenticator'.* But you need ad-authenticator to make the return codes work and notify users of expired accounts and

Re: [cas-user] cas5.1.1 + cas-services-management-overlay

2017-08-29 Thread Jérémie Pilette
Hello Seshu, thank you for your response. I begin with CAS Server and I don't know all we need to know to install a CAS server. Could you tell me where I have to add the CAS Management application URL (Which file) ? Where is the CAS Server Services ? Thanks a lot, Jérémie Le lundi 28 août

[cas-user] Re: SAML metadata problem when upgrade from 5.2.0-RC1 to 5.2.0-RC2

2017-08-29 Thread Misagh Moayyed
I'd say it's in your best interest to diagnose the problem now. If and when you switch to RC3 proper and you realize the same issue is there, you will likely need to wait another 3-4 weeks until RC4 and beyond. On Tuesday, August 29, 2017 at 6:11:50 AM UTC+4:30, Andy Ng wrote: > > Thanks for