Francis Augusto Medeiros
unread,Apr 8, 2025, 7:12:48 AM4/8/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keycloak User
Hi,
I work on a Keycloak extension to allow push notifications as a 2FA.
I am facing a little problem:
It seems to me that Keycloak doesn’t allow me to send an authentication form with the same session_code twice - at least this is my impression.
I usually get a new session code from the response, so this is not a huge problem, except with mobile clients in iOS and Android, because when the user swipes out to the app in order to approve the login, the HTTP call gets aborted by the OS, so I don’t get a new session_code. Reusing the previous doesn’t work, as I said.
Is there any way to overcome this?
Best,
Francis