Additional request params get lost when restarting login #20547
-
|
Hi, We found that keycloak stores all additional (non-standard) request params of an auth request in special authentication session client notes. For example when we trigger an auth request like We used this feature to implement conditions in authenticators, based on a request parameter. We found that restarting login (e.g. with the link on the OTP form or the link on the error page when auth times out) clears those special client notes, leading to different behavior in authenticators relying on the request parameters from the original auth request. Is the clearing of these special client notes an expected behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Sorry, I found that actually client notes are preserved on restart. |
Beta Was this translation helpful? Give feedback.
Sorry, I found that actually client notes are preserved on restart.
Seems that I've made a mistake in a flow setup.