Re: [cas-user] CAS 7.1.4 - Delegated Authentication - Issue with SLO initiated by the IDP

2025-03-12 Thread Camille ALBERT
Hi Jérôme, We'll do that. Thank you again ! -- Best regards, *Camille-Olivier ALBERT* *Architecte Produit et SAAS / Product & SAAS Architect* Tél. :+33 (0) 2 40 20 47 95 - 8 rue Kervégan 44000 Nantes - France [image: Linkedin] [image: Youtube]

[cas-user] Re: CAS 7.1.4 - generateServiceTicketAfterConsent exception

2025-03-12 Thread Pablo Vidaurri
Can you enable more logging to see what other errors you get before this. I too am facing similar issue but we are not using consent. Curious if you are getting the following: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsupportedOperationException: java.io.InvalidCla

[cas-user] Re: ANTLR ATN version conflict

2025-03-12 Thread Pablo Vidaurri
Thanks for the response. I'm using cas-overlay project. So I guess I need to checkout CAS project, apply the workaround then build CAS to use in my overlay. -psv On Wednesday, March 12, 2025 at 8:50:45 AM UTC-5 Lucas Theisen wrote: > I tried to push a PR with the workaround, but it was not ac

Re: [cas-user] CAS 7.1.1 - OIDC issue -> no information sent to redirect_uri

2025-03-12 Thread 'John Wagenleitner' via CAS Community
Hi Jérôme, Thank you for the reply. In our case it does look like the cookie is changing during the process. I see the `DISSESSIONOauthOidcServerSupport` cookie being set in the response to the initial request for `/oidc/authorize` (with settings of `Path=/; SameSite=None; Secure; HttpOnly`). On

[cas-user] Re: CAS 7.1.4 - generateServiceTicketAfterConsent exception

2025-03-12 Thread Dusty Edenfield
With debugging turned on, I don't see the "Could not deserialize ATN" exception. Our issue only occurs during the user consent flow. On Wednesday, March 12, 2025 at 11:13:03 AM UTC-4 Pablo Vidaurri wrote: > Can you enable more logging to see what other errors you get before this. > I too am fa

[cas-user] Re: ANTLR ATN version conflict

2025-03-12 Thread Pablo Vidaurri
even more boggling, no issues when running local using embedded tomcat. Only run into the issue when deploying to a server with wildfly 34. Only differences is jdk: - opendjk 21 on local vs java-21-amazon-corretto on server - embedded tomcat on local vs wildfly 34 on server I'm connecting

[cas-user] Re: CAS 7.1.3 deployment in AWS ECS

2025-03-12 Thread Pablo Vidaurri
Doing something similar within docker file to build AWS ECR image: USER root RUN keytool -trustcacerts -keystore $JAVA_HOME/lib/security/cacerts -storepass changeit -importcert -alias "Root CA" -file "/tmp/root_ca.crt" -noprompt Not sure of another more efficient way unless you create a base i

[cas-user] Re: ANTLR ATN version conflict

2025-03-12 Thread Lucas Theisen
I tried to push a PR with the workaround, but it was not accepted because i couldn't rig up a test (i couldn't come up with a simple enough mock scenario to repro). My PR is here: https://github.com/apereo/cas/pull/6290, and shows the very minimal modification needed and the discussion outlin

Re: [cas-user] Android WebView in Gmail App Fails Due to CAS 7.x LocalStorage Usage

2025-03-12 Thread 'Mark Oliver' via CAS Community
Hi Jonathan, Unfortunately, that was a mistake on my part—a fix isn’t in the mentioned file. I did submit a pull request for a fix here, but it was rejected because it changed the core functionality of CAS, and the project doesn’t want to maintain that, which is fair enough: https://github.com

Re: [cas-user] CAS 7.1.4 - Delegated Authentication - Issue with SLO initiated by the IDP

2025-03-12 Thread Jérôme LELEU
Hi, To know why you get a 302, you should enable the *DEBUG* logs on the *org.apereo.cas* package to get a better understanding of what's going on inside CAS for that use case? Thanks. Best regards, Jérôme Le mar. 11 mars 2025 à 17:54, Camille ALBERT a écrit : > Hi Jérôme, > > Thank you very m

[cas-user] Palantir Configuration in 7.0.x

2025-03-12 Thread Phil Hale
Hello, I'm attempting to set up Palantir and running into some issues. I can get the Gradle build just fine, but I'm not sure what options to put in the cas.config file to get it working. Documentation is a bit thin on this. Can someone provide a working example config? Thanks, Phil -- -