Re: [cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread Andrew Tillinghast
Rather than comment out the tomcat version specify the version you want, just be aware that might cause other issues with incompatible jars. On Thu, Apr 10, 2025 at 4:12 AM Vincent Weber wrote: > Hello, > Any ideas on this ? > Thanks > > Le vendredi 28 mars 2025 à 17:04:09 UTC+1, Vincent Weber a

Re: [cas-user] Using remote discovery service with delegated SAML authentication (CAS 7)

2025-04-10 Thread Michal Voců
Hi Tomi,    you may want to have a look at the https://github.com/mvocu/cas-server-cuni/tree/cuni-6.x-devel/src/main/java/cz/cuni/cas/opensaml I have implemented there some flow changes to use external WAYF service for the CAS 6.5 version, but it may give you some guidance how to do it in

Re: [cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread 'Jonathon Taylor' via CAS Community
The default version will be in the CAS branch here: https://github.com/apereo/cas/blob/7.0.x/gradle.properties If you comment out tomcatVersion= in your overlay gradle.properties it will use whatever is in the CAS repo. Is that what you are looking for? On Thu, Apr 10, 2025 at 8:38 AM Vincent We

Re: [cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread Mohamed Amdouni
Check the logs and generate an overlay from scratch. There is the site of cas initializer Le jeu. 10 avr. 2025 à 17:38, Vincent Weber a écrit : > Thanks for your responses. > How to know the default tomcat version that CAS 7.0.10 should use when > using the overlay ? > > Le jeudi 10 avril 2025 à

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

2025-04-10 Thread 'Jonathon Taylor' via CAS Community
Agreed. This does not just affect Gmail on Android, but also common applications such as GlobalProtect VPN clients and I'm sure other commonly used software. I do appreciate the pull request and we will likely be using the solution Mark posted. On Wed, Apr 2, 2025 at 4:50 AM David Gelhar wrote:

Re: [cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread Vincent Weber
Thanks for your responses. How to know the default tomcat version that CAS 7.0.10 should use when using the overlay ? Le jeudi 10 avril 2025 à 16:55:46 UTC+2, Mohamed Amdouni a écrit : > Hi, > > Check this discussion > > https://groups.google.com/a/apereo.org/g/cas-user/c/Lw19PuKwi-0/m/BgXBdp-6

Re: [cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread Mohamed Amdouni
Hi, Check this discussion https://groups.google.com/a/apereo.org/g/cas-user/c/Lw19PuKwi-0/m/BgXBdp-6BwAJ?utm_medium=email&utm_source=footer&pli=1 Best regards Le jeu. 10 avr. 2025 à 16:22, Andrew Tillinghast a écrit : > Rather than comment out the tomcat version specify the version you want,

[cas-user] Using remote discovery service with delegated SAML authentication (CAS 7)

2025-04-10 Thread Tomi Karlstedt
Hi, We're replacing an old Spring/OpenSAML service provider microservice with an existing CAS implementation as the SP. This means we need to integrate our CAS 7.0 with a Shibboleth instance using SAML. The authentication delegation works fine. CAS sends user to the Shibboleth which then picks

[cas-user] Re: CAS 7.0.10 and Apache Tomcat version

2025-04-10 Thread Vincent Weber
Hello, Any ideas on this ? Thanks Le vendredi 28 mars 2025 à 17:04:09 UTC+1, Vincent Weber a écrit : > Hello, > > I am running CAS 7.0.10 build with overlay and embedded Tomcat. > When it start, I have the message : > *Apache Tomcat Version: Apache Tomcat/10.1.31* > > I tried to edit gradle.prop

[cas-user] OpenId Connect

2025-04-10 Thread Xavier Rodríguez
Hello, I am configuring Apereo CAS 6.4.6.6 as an OpenId Connect server. Following the CAS documentation, I added the property to the server: cas.authn.oidc.jwks.file-system.jwks-file=file:/etc/cas/config/keystore.jwks Looking at the documentation on how to define a client in this protocol:

[cas-user] Re: web-authn and Account Profile Managment

2025-04-10 Thread Frédéric Dussurget
Hi, Your fix seems to have been included ion the latest 7.2, I can now register webauthn devices through the account profile management BUT, I still cannot register webauthn devices if I have multiples MFA providers (in my cas webauthn and gauth) Regards, here are my logs when I try to register

[cas-user] How to connect Docker CAS to Docker MySQL database?

2025-04-10 Thread Suoke Sou
Hi, I have some problems with running CAS using the Docker image apereo/cas:7.2.0-SNAPSHOT,Can anyone help me? When CAS running without application.properties,I can use casuser and Mellon as the username and password to test the default authentication scheme in CAS. But when I use the applica

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

2025-04-10 Thread 'Jonathon Taylor' via CAS Community
I can confirm that this fixed my issue with our Palo Alto Global Protect VPN client, which requires the Android WebView. I do not have a way to test the Gmail app in my QA environment but I suspect it will be the same. Thanks Misagh if you are reading this. Hopefully this can be backported into

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

2025-04-10 Thread 'Jonathon Taylor' via CAS Community
Hi All, There appears to be a potential solution for this being worked on in the 7.3.0-SNAPSHOT version of CAS. The commit is here: https://github.com/apereo/cas/commit/bf27b046e43029666dea64aba1a866bb67c010e9 I just tested this by changing my 7.2.1-SNAPSHOT build to 7.3.0-SNAPSHOT. You can the