[cas-user] CAS 6.6 with Yubikey

2023-09-20 Thread Hartmut Trüe
Hello, i am trying to get CAS running with mfa. I configured mfa-simple, mfa-yubikey and mfa-u2f. mfa-simple is working as expected, the other two do not. Trying mfs-yubikey: after entering username and password it asks me for a token and a device name. If I enter a OPT in the token field I

[cas-user] MFA with Yubikey and WebAuthn

2023-09-29 Thread Hartmut Trüe
Hello, I am trying to get CAS to work with Yubikey. I have configured FIDO2 WebAuthn and it seems to work so far, no error messages in cas.log during login process. But when I try to register the yubikey on the "register device" page, I get "csrfToken is not defined". CAS is running behind an

[cas-user] Re: MFA with Yubikey and WebAuthn

2023-10-19 Thread Hartmut Trüe
No one uses Yubikey? No idea? Regards, Hartmut Hartmut Trüe schrieb am Freitag, 29. September 2023 um 09:59:21 UTC+2: > Hello, > > I am trying to get CAS to work with Yubikey. I have configured FIDO2 > WebAuthn and it seems to work so far, no error messages in cas.log during >

Re: [cas-user] CAS 6.6 Extending CAS Webflow problems

2023-10-19 Thread Hartmut Trüe
I don't understand the connection to my post ... ideas to my problem would be appreciated Regards, Hartmut spfma...@e.mail.fr schrieb am Donnerstag, 21. September 2023 um 12:47:50 UTC+2: > Hi, > > For this one, I was able to find the solution myself after a several hours > break : package "

[cas-user] Re: MFA with Yubikey and WebAuthn

2023-10-23 Thread Hartmut Trüe
rsday, October 19, 2023 at 7:10:25 AM UTC-5 Hartmut Trüe wrote: > >> No one uses Yubikey? No idea? >> >> Regards, >> Hartmut >> Hartmut Trüe schrieb am Freitag, 29. September 2023 um 09:59:21 UTC+2: >> >>> Hello, >>> >>> I am trying

[cas-user] CAS overlay from master failed to start

2023-10-25 Thread Hartmut Trüe
Hello, my CAS overlay (build from master) fails to run in external tomcat due to a missing dependency: CAS Version: 7.0.0-SNAPSHOT CAS Branch: master CAS Commit Id: 888edfa4dc5da86b988a1c662a102318a555dfdd CAS Build Date/Time: 2023-10-25T06:28:56Z Spring Boot Version: 3.2.0-M3 Spring Version: 6.

[cas-user] Re: CAS overlay from master failed to start

2023-10-26 Thread Hartmut Trüe
; "org.apereo.cas:cas-server-support-redis-service-registry" > regards, > > > Le mercredi 25 octobre 2023 à 12:15:01 UTC+2, Hartmut Trüe a écrit : > >> Hello, >> >> my CAS overlay (build from master) fails to run in external tomcat due to >> a missi

[cas-user] Re: simple mfa token

2023-10-26 Thread Hartmut Trüe
Try this: text: "Hello! Your requested CAS token is ${token}" Regards, Hartmut Mm Mm schrieb am Donnerstag, 26. Oktober 2023 um 10:49:14 UTC+2: > I am trying to use simple mfa by email but when the email is received > the space holder %s is the same and not replaced with token > my confi

[cas-user] Re: MFA with Yubikey and WebAuthn

2023-10-27 Thread Hartmut Trüe
Hello, the Problem was based on customized templates that lacked updates to newer versions. After i applied the changes to the customized templates, it now works fine. Regards, Hartmut Hartmut Trüe schrieb am Dienstag, 24. Oktober 2023 um 08:34:01 UTC+2: > John, at the Moment it is 6.6

[cas-user] Re: MFA with Yubikey and WebAuthn

2023-10-30 Thread Hartmut Trüe
.file=/js/cas.js,/js/material.js > I tried to add webauthn/webauthn.js but I had to remove it because I had a > failure ... > regards, > > > > Le vendredi 27 octobre 2023 à 10:30:55 UTC+2, Hartmut Trüe a écrit : > >> Hello, >> >> the Problem was based on customize

[cas-user] CAS 7 build from overlay does not start

2023-11-01 Thread Hartmut Trüe
Hello, my CAS overlay build from master doesn't start, no matter if I started it from gradle or in an external container : > Task :bootRun OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. Listening f

[cas-user] Re: CAS overlay from master failed to start

2023-11-28 Thread Hartmut Trüe
rt, with both, without them, with empty directory for services, some services in directory, initFromJson=false, initFromJson=true ... No matter, always the same error. With 6.6 the same configs are working fine. What is missing? Regards, Hartmut Hartmut Trüe schrieb am Donnerstag, 26.

[cas-user] Re: CAS overlay from master failed to start

2023-12-02 Thread Hartmut Trüe
*names*, that's why the > error log might look a little bit cryptic...) > > Regards > Petr > On Tuesday, 28 November 2023 at 12:04:04 UTC+1 Hartmut Trüe wrote: > >> Hello, >> >> any ideas to this issue? >> >> I have reduced my

[cas-user] Re: CAS overlay from master failed to start

2023-12-04 Thread Hartmut Trüe
Hi Petr, thanks for your tip, that showed me the way. Now it is: Java Home: /opt/jdk-21.0.1 Java Vendor: Oracle Corporation Java Version: 21.0.1 from https://jdk.java.net/21/ and CAS 7.0 is up and running! Thank you very much! Best regards, Hartmut Hartmut Trüe schrieb am Samstag, 2. Dezember

Re: [cas-user] CAS management 7

2024-03-27 Thread Hartmut Trüe
Same problem on my CAS Management webapp, it ends in "too many redirects". The same configuration is working fine with CAS 6.6.x and Management 6.6.x and the certificate is valid. I can't find errors, and the ticket seems to be valid: ... 2024-03-27 07:39:34,185 DEBUG [org.springframework.webf

Re: [cas-user] CAS management 7

2024-03-28 Thread Hartmut Trüe
t;> >> I tried to override the adapter but finally ended up by activating ssl to >> avoid the redirects … >> >> Hope it helps… >> >> >> >> >> Le mer. 27 mars 2024 à 08:22, Hartmut Trüe a écrit : >> >>> Same problem on my CAS M

Re: [cas-user] CAS management 7

2024-04-02 Thread Hartmut Trüe
ook like a operational configuration :) > > Thanks ! > > Le jeudi 28 mars 2024 à 12:31:35 UTC+1, Hartmut Trüe a écrit : > >> After playing a bit with the loglevels (debug for >> spring.webflow.log.level and spring.security.log.level), I found this. But >> I have no

Re: [cas-user] CAS management 7

2024-07-15 Thread Hartmut Trüe
this interesting error in my logs, even if >> enabling debuging on spring webflow & security. In fact, I also try to >> enable debug on root logger and I obtain nothing more than I have initialy >> posted here. >> >> Could you share your operational configurati

Re: [cas-user] CAS management 7

2024-07-18 Thread Hartmut Trüe
nfiguration. > > > Try to check this class and find why it redirects > > Try to install a local instance of cas management ... > > > Best Regards > > On Monday 15 July 2024 at 11:07:49 UTC+2 Hartmut Trüe wrote: > >> Hello, >> >> after several updates since A

Re: [cas-user] CAS management 7

2024-07-22 Thread Hartmut Trüe
... no way. To exclude my proxy as the cause I have configured my tomcat so that it delivers https itself with a valid certificate. CAS itself is working fine, CAS-Management continues to run in the "too many redirects" error. Best Regards Hartmut Hartmut Trüe schrieb am Donnerstag

Re: [cas-user] CAS management 7

2024-07-30 Thread Hartmut Trüe
, 2024 at 4:50:55 AM UTC+2 Mohsen Saeedi wrote: > >> Can you send your build.gradle? I want to check dependencies that defined >> for your build. >> >> On Tue, Apr 2, 2024 at 10:52 AM Hartmut Trüe wrote: >> >>> Hello Benjamin, >>> >>>

[cas-user] Ticket registry error

2023-02-24 Thread Hartmut Trüe
I am getting this error in CAS 6.6 when Memcached is enabled (no events enabled, no geolocation enabled): 2023-02-24 10:28:05,241 ERROR [org.apereo.cas.ticket.registry.MemcachedTicketRegistry] - 2023-02-24 10:28:05,244 ERROR [org.apereo.cas.ticket.registry.MemcachedTicketRegistry] - https://a

Re: [cas-user] CAS management 7

2024-09-18 Thread Hartmut Trüe
> again ... It's not going to go to production but, still, I'm happy to work > with tomcat10, jdk21, etc. > Let's wait for a fix > > Le mardi 30 juillet 2024 à 14:38:08 UTC+2, Hartmut Trüe a écrit : > >> @Mohsen: its the build.gradle from the cas-management

[cas-user] OIDC with redirect via POST

2025-05-06 Thread Hartmut Trüe
Hello, I have an OIDC application that expects a redirect via POST from the OIDC server. So I have set "POST" in the CAS Management under "Oauth Services->Advanced->Response Type". But CAS only redirects via GET and the application says " The GET method is not supported Supported methods: