Don’t ask OTP code next X days

Does keycloak have a plan to add such an option in the future “don’t ask code next X days”. ?
Like in MS

This forum is not frequently visited by the Keycloak maintainers. The GitHub Discussions on their repo is the best place to ask about future features and priorities.

You could implement some custom Authenticators to do this. One to record the last time a user successfully met an OTP challenge. One Conditional Authenticator that only shows an OTP challenge if the last time is greater than a configured value. More information on extending the server and writing custom Authenticators can be found here Server Developer Guide

1 Like