[cas-user] CAS authentication denial based on an attribute

2017-09-29 Thread Sebastien BEAUDLOT
Hi, I was asked by my boss if CAS can help managing a digital version of our internal rules agreement (for now, every user sign a paper version of the rules before getting a login/password. We want them to read a PDF version of the rules, then click a box to agree, before being able to

Re: [cas-user] CAS authentication denial based on an attribute

2017-09-29 Thread David Curry
Most of the functionality for what you want is here, I think: https://apereo.github.io/cas/development/installation/Webflow-Customization-AUP.html It seems to be available in 5.1.x as well, although with fewer options for storing state that what 5.2.x is going to offer. I should mention that

Re: [cas-user] CAS authentication denial based on an attribute

2017-09-29 Thread David Curry
If you're not doing so yet, I've found the best way to at least sort of keep up is to read Misagh's "feature release" blog posts on https://apereo.github.io/ -- at least that way I get an awareness of all the new features and (hopefully) they'll stick somewhere in the back of mind until I get to

Re: [cas-user] Re: 5.1.x - How to configure CAS to transfert some values from different attribut of LDAP

2017-09-29 Thread Jérémie Pilette
Hi everybody, I have succeed to do my configuration. I wrote a tutorial but it is in French for the moment, sorry. Take a look on my attached file. You can see that my synthesis comes from many sources. Thank you. Jérérmie - Website: https://apereo.github.io/cas > - Gitter Chatroom:

[cas-user] SOLVED: cas.authn.jdbc.encode throws "Authentication handler is not configured correctly"

2017-09-29 Thread David Bonnes
Solved: I confused cas.authn.jdbc.encode[0].algorithmName=SHA-256 with cas.authn.jdbc.encode[0].passwordEncoder.encodingAlgorithm=SHA-256 On Sunday, 24 September 2017 00:28:48 UTC+1, David Bonnes wrote: > > Hi, I am stuck on *cas.authn.jdbc.encode*, although I can get >