Hi all,
the context is mfa-composite (gauth+webauthn), redis (valkey actually), cas 7.3
in v7.3, a new remove button appeared (vs 7.2) in account manager/mfa devices manager, so that an user would remove his mfa devices.
It works well when removing a webauthn device, but not for a gauth device.
The gauth device looks like it's stored in the CAS-TOKEN_PRINCIPAL:username entry in the redis db, with a no limit expiration-date.
properties in this test are :
trusted-device-enabled: true
multiple-device-registration-enabled: false
device-registration-enabled: true
Regards,