We are using a custom login page and using direct access to log into our system. We are generating QR codes with a custom SPI on Keycloak for direct access. What we haven’t achieved yet is how to support the “remember me” functionality specifically for 2FA. After the user logs in with username, password, and OTP, we want them to be able to skip OTP for the next 2 days on same browser. How can we achieve this functionality?
A similar question was asked on the Keycloak forum ( "Remeber me" -> Remember only 2FA ), but it hasn’t been answered yet. Is there any solution available in Keycloak?