[cas-user] cas 5.3.x groovy script isServiceAccessAllowedForSso retrieve attributes

2019-06-13 Thread Raphaël CHANE
Hello everyone, I'm trying to implement a groovy script for AccessStrategy I'm following the documentation with this code import org.apereo.cas.services.*import java.util.* class GroovyRegisteredAccessStrategy extends DefaultRegisteredServiceAccessStrategy { @Override boolean isServic

[cas-user] Re: CAS 5.3.9 Access Strategy Groovy script

2019-05-16 Thread Raphaël CHANE
Hello, I'd like to do the same thing but I dont really understand the syntax, because I'm new to Groovy... Hello guys, > > > I'm looking for a configuration of Access Strategy with a Groovy Script. > > I'd like to set some attributes required and redirection url. > > For example if the accoun

[cas-user] Re: Access Strategy + Url Redirect CAS 5.3.9

2019-05-13 Thread Raphaël CHANE
Update Now the problem is that my cas cannot validate my ST TICKET, here the log of the issue : CAS is unable to process this request: "500:Internal Server Error" There was an error trying to complete your request. *Please notify your support desk or try again.* Apereo is a non-profit open s

[cas-user] Access Strategy + Url Redirect CAS 5.3.9

2019-05-07 Thread Raphaël CHANE
Hi guys, im trying to configure access strategy to a service. So I have a unauthorizedRedirectUrl, 1 requiredAttributes and 1 rejectedAttributes "accessStrategy" : { "@class" : "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy", "enabled" : true, "unauthorizedRedirectU

Re: [cas-user] Ldap authentication with CAS 5.3.9

2019-04-10 Thread Raphaël CHANE
SOLVED PROBLEM Le mercredi 10 avril 2019 08:19:25 UTC+2, Raphaël CHANE a écrit : > > Thanks Ray > > Le mardi 9 avril 2019 17:18:49 UTC+2, rbon a écrit : >> >> Raphael, >> >> Tomcat logs are in TOMCAT_HOME/logs. >> >> Ray >> >> On Tue,

Re: [cas-user] Ldap authentication with CAS 5.3.9

2019-04-09 Thread Raphaël CHANE
Thanks Ray Le mardi 9 avril 2019 17:18:49 UTC+2, rbon a écrit : > > Raphael, > > Tomcat logs are in TOMCAT_HOME/logs. > > Ray > > On Tue, 2019-04-09 at 02:11 -0700, Raphaël CHANE wrote: > > hello, > > I am trying to get CAS to work with AD, but i've

[cas-user] Ldap authentication with CAS 5.3.9

2019-04-09 Thread Raphaël CHANE
hello, I am trying to get CAS to work with AD, but i've got this error on tomcat logs " /var/log/cas debug I did some research and saw that it was no longer necessary to use the deployerConfigContext.xml file with cas 5.3.x. here is my cas.prop