[cas-user] cas 5.0.6 proxy 505 error

2017-06-26 Thread Duane Booher
Hello, on CAS 5.0.6 we are trying to run our internal authentication application (runs successfully on CAS4) which calls cas/serviceVerify and cas/proxy after cas/login?service= and the cas/proxy is failing with 505 error. So far we have tried alternate service json rules but with no success

Re: [cas-user] CAS 5.0.5: Mixing default and custom attribute resolvers (PersonAttributeDao)

2017-06-26 Thread Adam Young
Hi Misagh, Thanks for the quick reply. I had played with option 1 but the resolvers in the MergingPersonAttributeDaoImpl are converted into an unmodifiable list when they are first set. That being said, the groovy option does look promising for what we need. Thanks, Adam On Monday, June

RE: [cas-user] CAS 5.0.5: Mixing default and custom attribute resolvers (PersonAttributeDao)

2017-06-26 Thread Misagh Moayyed
Yes. You essentially do what that component does: 1. Write a configuration object that receives the prebuilt collection of repositories as an autowired field, insert yours into it. 2. Submit a pull request to Github, building support for custom resolvers in a “sane” way. Then

[cas-user] CAS 5.0.5: Mixing default and custom attribute resolvers (PersonAttributeDao)

2017-06-26 Thread Adam Young
We are currently using the default attribute resolvers for LDAP and jdbc with no issues. We configure them via the properties file and everything works as expected. We have now been given new requirements that will involve us having to write a custom implementation of IPersonAttributeDao to

Re: [cas-user] Configure CAS 5.1 as SP

2017-06-26 Thread Marco Osorio
Thank you Misagh Moayyed for your short and prompt response. I would like to know then what I am doing wrong? I have configured the dependencies of https://apereo.github.io/cas/5.0.x/integration/Shibboleth.html#displaying-saml-mdui and this part is the one that still does not work for me

RE: [cas-user] Configure CAS 5.1 as SP

2017-06-26 Thread Misagh Moayyed
Hello everyone, Sorry for my ignorance, I am new to these issues and the configuration of CAS brings me head, so I ask if it is possible to configure CAS 5.1 as IdP and SP at the same time? Yes. It is. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines:

[cas-user] Configure CAS 5.1 as SP

2017-06-26 Thread Marco Osorio
Hello everyone, Sorry for my ignorance, I am new to these issues and the configuration of CAS brings me head, so I ask if it is possible to configure CAS 5.1 as IdP and SP at the same time or the SP must be external, there is some documentation to clarify. What are the properties and

Re: [cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Ludovic Senecaux
Did you found the purpose of cas.authn.adaptive.risk.response.riskyAuthenticationAttribute ? -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS

Re: [cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Ludovic Senecaux
Thank you ;-) -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message

Re: [cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Pavlos Drandakis
Hi, I just did a PR for this issue (https://github.com/apereo/cas/pull/2721), but there is no review yet. Pavlos On 26/06/2017 04:05 μμ, Ludovic Senecaux wrote: I had an issue when I try to login... Have you got an idea ? | WHO:foo WHAT:org.hibernate.QueryException:could notresolve

Re: [cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Ludovic Senecaux
I had an issue when I try to login... Have you got an idea ? WHO: foo WHAT: org.hibernate.QueryException: could not resolve property: creationTime of: org.apereo.cas.support.events.dao.CasEvent [SELECT r from org.apereo.cas.support.events.dao.CasEvent r where r.type = :type and r.creationTime

Re: [cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Pavlos Drandakis
Hi Ludovic, yes, I finally understood what was wrong, see here: https://github.com/apereo/cas/pull/2716 To disable google-maps-library dependency, add an exclusion to your pom.xml like this: org.apereo.cas cas-server-support-electrofence ${cas.version}

[cas-user] Re: CAS 5.1 Risk Based Authentication issues

2017-06-26 Thread Ludovic Senecaux
Did you find a solution? Moreover, when I add this library, the google-maps library is added in dependency whereas I already use that of maxmind for geolocation. Regards, -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines:

Re: [cas-user] CAS 5.1 Password expired issues

2017-06-26 Thread Ben Howell-Thomas
Thanks again Pavlos :) On 24 June 2017 at 07:43, Pavlos Drandakis wrote: > Hello all, > > just for future reference... > > PPolicy issues are now fixed in v5.1.1. There is no need to add anything > in the login-webflow.xml... > Pavlos > > > On 22/06/2017 08:31 μμ, Pavlos

Re: [cas-user] Re: Mongo DB Ticket Registry not working properly

2017-06-26 Thread Karl Banke
Issue created https://github.com/apereo/cas/issues/2718 -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: