Re: [cas-user] cas interrupt question

2023-12-12 Thread Geng, Kelly
Hi Nathan, I just saw this and wondered if you got this resolved because we are seeing the same thing happening. We are upgrading from 6.3.7 to 6.6.14, and it happens on both versions. Kelly On Sun, Dec 12, 2021 at 1:14 PM Nathan Lewan wrote: > I have been using the cas interrupt REST feature

Re: [cas-user] CAS as SP using SAML?

2023-12-12 Thread Ray Bon
Yan, Cas is not an application that you 'log in to', but an application that 'logs you in'. If you want to build this capability, pac4j, which is part of cas, can act as a service provider. Thought I do not know if it can be configured to handler more than one service. (If you do this once,

Re: [cas-user] Re: cas 7.0.0-RC9 - slow groovy ?

2023-12-12 Thread Ray Bon
artur, Where does the additional metadata come from? That script looks very basic. You could put a timer around each statement in the script to see which one(s) takes a long time. Ray On Tue, 2023-12-12 at 02:19 -0800, artur miś wrote: Notice: This message was sent from outside the University

Re: [cas-user] CAS 6.6.12 compiler error, though jars are in classpath

2023-12-12 Thread Ray Bon
Yan, Try using compileOnly instead of implementation (though it should not matter). Wait, are using gradlew or ./gradlew? Make sure you are using the one in the project folder. Ray On Mon, 2023-12-11 at 10:37 -0800, Yan Zhou wrote: Notice: This message was sent from outside the University of

[cas-user] CAS as SP using SAML?

2023-12-12 Thread Yan Zhou
HI there, I have CAS delegated authN via SAML working. But I have trouble getting a much simpler flow to work. I would like CAS to act as a SAML2 ServiceProvider, it accepts a HTTP POST with SAML Response (user is already authenticated by another Idp such as Okta, which Posts SAML response to

Re: [cas-user] CAS 6.6.12 compiler error, though jars are in classpath

2023-12-12 Thread Yan Zhou
gradlew --debug clean build, i am using Gradle 7.6, JDK11, on Windows. basically, everything comes with Overlay project, other than I am adding my own classes. On Monday, December 11, 2023 at 12:31:50 PM UTC-5 Ray Bon wrote: > Yan, > > What is your build command / process? > > Ray > > On Mon,

[cas-user] Re: cas 7.0.0-RC9 - slow groovy ?

2023-12-12 Thread artur miś
Buddys i atached some more information : I have got problem with long execution time of basic groovy script: cas.authn.attribute-repository.groovy[0].location=file:/etc/cas/config/custom-attr.groovy import java.util.* import java.text.SimpleDateFormat import groovy.transform.Field