Re: [cas-user] pac4j error in cas management webapp

2020-11-16 Thread Jérôme LELEU
Hi, You could also explicitly set the *pac4j-** dependencies with the version 4.0.3. All the 4.x versions are compatible as long as the *pac4j-core* and other *pac4j-** dependencies are on the same version. Thanks. Best regards, Jérôme Le lun. 16 nov. 2020 à 13:59, Frédéric Lohier a écrit :

Re: [cas-user] pac4j error in cas management webapp

2020-11-16 Thread Frédéric Lohier
Hello, Thank you for the *gradlew dependencies* tip which allowed me to move forward. The pac4j-core v4.1.0 dependency comes from CAS 6.2.5 (in the gradle.properties of the cas-management overlay project, I have cas.version=6.2.5 which matches the version of my cas server deployment) and the

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Jérôme LELEU
Hi, Yes, I have an issue with the version 6.2.3 too, I can't download it. I just set up a Maven overlay based on the cas-mgmt-webapp v6.2.2, but I only see pac4j-* v4.0.3 dependencies in the WEB-INF/lib. I don't know how you can get pac4j-core v4.1.0. Don't you have other dependencies? What do

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Frédéric Lohier
I just noticed that the pac4j dependency has been upgraded to 4.1.0 in the cas management 6.2.3 tag : https://github.com/apereo/cas-management/blob/v6.2.3/gradle.properties But the building in the overlay project in 6.2.3 fails because of an http error 409 of a cas artifact. On Fri, Nov 13,

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Frédéric Lohier
I built the cas management web app from the cas-management-overlay project which does not mention any pac4j dependency. But the Gradle.properties of the cas management project mentions a pac4j 4.0.3 dependency : https://github.com/apereo/cas-management/blob/v6.2.2/gradle.properties On Fri, Nov

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Jérôme LELEU
Hi, What's the version of your pac4j-cas dependency? You need pac4j-cas v4.1.0 (to be aligned with pac4j-core v4.1.0)... Thanks. Best regards, Jérôme Le ven. 13 nov. 2020 à 16:18, Frédéric Lohier a écrit : > Hello, > > > Thank you for looking into this. The full error stack below is indeed >

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Frédéric Lohier
Hello, Thank you for looking into this. The full error stack below is indeed mentionning pac4j 4.1.0 (pac4j-core-4.1.0.jar!/:?]) : ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/cas-management].[dispatcherServlet]] - java.lang.NoSuchMethodError:

Re: [cas-user] pac4j error in cas management webapp

2020-11-13 Thread Jérôme LELEU
Hi, Indeed, pac4j is the security framework used for authentication. It feels like a dependency issue as the InternalAttributeHandler component has been removed in pac4j v4.1.0. What are the versions of the pac4j dependencies? Thanks. Best regards, Jérôme Le ven. 13 nov. 2020 à 15:58,

[cas-user] pac4j error in cas management webapp

2020-11-13 Thread Frédéric Lohier
Hello, I am trying to setup the CAS Management webapp 6.2.2 with CAS Server 6.2.5. but I am running into the following issue : When I log in the CAS Management webapp with a user that exists in the users.json file of the Management webapp, the authentication with CAS is successfull but I