Hello,
I spent a little bit of time figuring out why some users could not authenticate properly. I kept getting this error message on my keycloak logs without making sense of it
10:29:44,716 WARN [org.keycloak.events] (default task-1665) type=LOGIN_ERROR, realmId=myrealm, clientId=null, userId=null, ipAddress=10.2.7.0, error=invalid_code
It turns out it is because they had disabled cookies on their browser.
It would be nice if we could have a nice popup prompting the user to accept cookies . Such as :

Is it already possible?