Hello
Generally folks are used to see only a digit block when entering MFA
codes either email or SMS.
Has anyone able to change CASMFA to something else and/or successfully
change to only digits. Applies to cas simple email, and/or any SMS based
solutions.
Thanks.
Open to code compilation if needed.
Tried to change to say one letter string entry
support/cas-server-support-simple-mfa-core/src/main/java/org/apereo/cas/mfa/simple/CasSimpleMultifactorAuthenticationTicketFactory.java
...
public class CasSimpleMultifactorAuthenticationTicketFactory implements
TransientSessionTicketFactory {
/**
* MFA ticket prefix.
*/
public static final String PREFIX = "*CASMFA*";
...
But then you get a failure on retrieval phase per "Ticket definition for
... cannot be found in the ticket catalog which only contains the following
ticket types: [[TGT, ST, PT, TST, PGT, CASMFA]]>"
Entry stays in the storage and also cleanup process shows similar errors
while trying to cleanup the ticket of unknown types.
No idea where else CASMFA is defined as the base ticket types to attempt
the change.
Thanks.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/d36e0121-81ba-4f23-b69b-9f2f055b06f1n%40apereo.org.