Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-24 Thread vallee.romain
Thank you, jasig technologies is not easy, especially if you are French with a very low level of English Le jeudi 24 octobre 2019 15:21:55 UTC+2, Molly Kewl a écrit : > > > you right, but i downloaded cas maven overlay here : > https://github.com/apereo/cas-configserver-overlay > > I thought I w

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-24 Thread 'Molly Kewl' via CAS Community
> you right, but i downloaded cas maven overlay here : > https://github.com/apereo/cas-configserver-overlay > > I thought I was in a stable version not in devel version . That is not overlay. It says that in readme file. Overlay is this. Please read https://apereo.github.io/cas/6.0.x/installatio

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
ctober 23, 2019 4:12 PM, vallee.romain > wrote: > > So, yes, i notice this dependency was only in dev version, not in 6.x . > Since the start i read 6.0 documentation not dev documentation . > > > You are right. But the title of your message and the subject says: &qu

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread 'Molly Kewl' via CAS Community
nd the subject says: "Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1". -- - 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 th

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
So, yes, i notice this dependency was only in dev version, not in 6.x . Since the start i read 6.0 documentation not dev documentation . Le mercredi 23 octobre 2019 12:36:49 UTC+2, Molly Kewl a écrit : > > > > i have to > add org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'}

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread 'Molly Kewl' via CAS Community
> i have to add > org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'} in > gradle dependencies !!! > > it's not write anywhere in documentation . Did you mean here? https://apereo.github.io/cas/development/password_management/Password-Management.html Under title "password mana

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
victory ! i have to add org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'} in gradle dependencies !!! it's not write anywhere in documentation . I add this dependencies, because i read this thread where "Rob" show his build.gradle . ( https://groups.google.com/a/apereo.o

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
I write a message in cas git hub, but I don't understand anything at all !!! :) Somebody can translate to an "easy english??" https://github.com/apereo/cas/pull/4371 Thank you Le mercredi 23 octobre 2019 11:29:39 UTC+2, vallee.romain a écrit : > > Hi, > the issue stil alive :( > i enable >

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
Hi, the issue stil alive :( i enable compile "org.apereo.cas:cas-server-support-pm-ldap:${project.'cas.version'}" in build.gradle and i activate password management in my cas.properties : PAssword management cas.authn.pm.enabled=true cas.authn.pm.ldap.type=AD cas.authn.pm.ldap.useSsl

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
Hello Ray and Axel, thank you for your support . This morning i will add the PM support, and i will see the result . Axel, no i didn't type this line in my config file . I will add for see the result . Le mardi 22 octobre 2019 23:53:59 UTC+2, axel stohn a écrit : > > Hi Vallee, > > Just to verif

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-22 Thread axel stohn
Hi Vallee, Just to verify, you have the following line in your cas.properties file: *cas.authn.pm.enabled=true* Correct? Axel On Tuesday, October 22, 2019 at 2:44:55 PM UTC-7, rbon wrote: > > Perhaps the plugin does two things. Since casAccountDisabledView shows up > in only 2 classes, one of

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-22 Thread Ray Bon
Perhaps the plugin does two things. Since casAccountDisabledView shows up in only 2 classes, one of which is the default login flow, I figured it had to be the other one. The view is being created on line 77, https://github.com/apereo/cas/blob/master/support/cas-server-support-pm-webflow/src/mai

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-22 Thread vallee.romain
Hi Ray. It's write : The account password and security questions may be stored inside an LDAP server. I don't want this feature. You think that this issue is from this plugin ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-22 Thread Ray Bon
Did you include the config option to turn on that view. https://apereo.github.io/cas/6.0.x/password_management/Password-Management-LDAP.html It is defined in: api/cas-server-core-api-webflow/src/main/java/org/apereo/cas/web/flow/CasWebflowConstants.java and referenced in: core/cas-server-core-we

[cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-22 Thread vallee.romain
Hello, i try to implement Password policy . When the AD account is expire, we had and exception : Cannot find state with id 'casAccountDisabledView' in flow 'login' -- Known state ids are 'array['initializeLoginForm', 'viewRedirectToUnauthorizedUrlView', 'viewServiceErrorView', 'redirectView',