Re: [cas-user] CAS 7 MFA broken since last build

2023-12-22 Thread Javi Finarfin
I'm afraid so we have moved past this feature for now El vie, 22 dic 2023 14:56, Frédéric Dussurget escribió: > Nope, I still have the same 401 on /cas/mfa-gauth ... > > same effect with gradle.properties setting 7.0.0-SNAPSHOT or 7.0.0-RC9 > > Are you still stuck too ? > regards, > > > Le

Re: [cas-user] CAS 7 MFA broken since last build

2023-12-22 Thread Frédéric Dussurget
Nope, I still have the same 401 on /cas/mfa-gauth ... same effect with gradle.properties setting 7.0.0-SNAPSHOT or 7.0.0-RC9 Are you still stuck too ? regards, Le jeudi 21 décembre 2023 à 16:59:03 UTC+1, Javi Finarfin a écrit : > Did you get a different result with >

Re: [cas-user] CAS 7 MFA broken since last build

2023-12-21 Thread Javi Finarfin
Did you get a different result with https://github.com/apereo/cas/releases/tag/v7.0.0-RC9 ? El sábado, 2 de diciembre de 2023 a las 8:06:20 UTC, Javi Finarfin escribió: > Im afraid we hadn't make progress > > El vie, 1 dic 2023 13:28, Frédéric Dussurget > escribió: > >> Hi Javi, >> I also

Re: [cas-user] CAS 7 MFA broken since last build

2023-12-02 Thread Javi Finarfin
Im afraid we hadn't make progress El vie, 1 dic 2023 13:28, Frédéric Dussurget escribió: > Hi Javi, > I also tried to add manually the endpoint in >

Re: [cas-user] CAS 7 MFA broken since last build

2023-12-01 Thread Frédéric Dussurget
Hi Javi, I also tried to add manually the endpoint in https://github.com/apereo/cas/blob/master/support/cas-server-support-webconfig/src/main/java/org/apereo/cas/web/security/CasWebSecurityConfigurerAdapter.java ... and I also get the same 500 error as you had. Have you managed to go a little

Re: [cas-user] CAS 7 MFA broken since last build

2023-11-03 Thread Javi Finarfin
I guess you can always overwrite org.apereo.cas.web.security.CasWebSecurityConfigurerAdapter.configureHttpSecurity(HttpSecurity) El vie, 3 nov 2023 a las 14:09, Javi Finarfin () escribió: > Live debugging... > > El vie, 3 nov 2023 14:08, Frédéric Dussurget > escribió: > >> Hi Javi, >> how do

Re: [cas-user] CAS 7 MFA broken since last build

2023-11-03 Thread Frédéric Dussurget
Hi Javi, how do you "add" this endpoint ? through your service ? or do you mean in the cas.monitor.endpoints.endpoint section of your cas properties ? Thanks a lot ... Fred Le jeudi 2 novembre 2023 à 18:40:43 UTC+1, Javi Finarfin a écrit : > > For the record, it *looks like* it needs a

Re: [cas-user] CAS 7 MFA broken since last build

2023-11-03 Thread Javi Finarfin
Live debugging... El vie, 3 nov 2023 14:08, Frédéric Dussurget escribió: > Hi Javi, > how do you "add" this endpoint ? through your service ? or do you mean in > the cas.monitor.endpoints.endpoint section of your cas properties ? > Thanks a lot ... > Fred > > Le jeudi 2 novembre 2023 à

Re: [cas-user] CAS 7 MFA broken since last build

2023-11-02 Thread Javi Finarfin
> For the record, it *looks like* it needs a service parameter, but I´m yet receiving a 403 This yet I don't know if it's necessary Because it was a security problem, while debugging I added the endpoint manually here:

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-31 Thread Javi Finarfin
For the record, it *looks like* it needs a service parameter, but I´m yet receiving a 403 El miércoles, 25 de octubre de 2023 a las 14:45:17 UTC+1, Frédéric Dussurget escribió: > Hi all, > update : webauthn mfa now works (today's cas-overlay-template build) ... > which is great. > > But I

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-25 Thread Frédéric Dussurget
Hi all, update : webauthn mfa now works (today's cas-overlay-template build) ... which is great. But I still have an issue with mfa-gauth when I try to register my device (when submitting the OTP from gauth compliant app) : jquery.min.js:2 POST https://cas-pp.universite-lyon.fr/cas/mfa-gauth

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-18 Thread Frédéric Dussurget
Hi For further investigations, I flushed the redis db (just kept my 3 services) For both MFA provider (gauth and web-authn) I'm being asked to register my devices. (It wasn't the cas before flushing the db, after login/pwd authentication I falled back immediatly on the same login form.) So I

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-18 Thread Frédéric Dussurget
Hi For further investigations, I flushed the redis db (just kept my 3 services) For both MFA provider (gauth and web-authn) I'm being asked to register my devices. (It wasn't the cas before flushing the db, after login/pwd authentication I falled back immediatly on the same login form.) So I

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-17 Thread Frédéric Dussurget
Hi Ray, thank you very much for your help. There are no ERROR message except this DEBUG error 401 message at the very end : 2023-10-17 12:28:46,419 DEBUG [org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver] - 2023-10-17 12:28:46,419 DEBUG

Re: [cas-user] CAS 7 MFA broken since last build

2023-10-16 Thread Ray Bon
Frédéric, Are there any error messages in the logs? Ray On Fri, 2023-10-13 at 06:26 -0700, Frédéric Dussurget wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Hi, latest build broke MFA (both

[cas-user] CAS 7 MFA broken since last build

2023-10-13 Thread Frédéric Dussurget
Hi, latest build broke MFA (both gauth and web-authn). I have kept besides a cas.war from august 22nd which is working fine with the exact same build.gradle deps and /etc/cas/config/cas/yml config. One difference is that the new cas.war was compiled and run (external tomcat) with openjdk 21 vs