Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
When the passwordless webauthn policy data is filled and after that you bind a flow the previous policy data disappears. The steps to reproduce with current main and 26.2:
- Manage Realms. Create realm. For example
demo
. - Authentication → Policies →Webauthn Passwordless Policy. Modify something for example
Require discoverable credential
toYes
. Save. - Authentication →Flows. Click on
browser
and click Action → Duplicate. - In the new flow click Action → Bind to browser flow.
- Go back to the passwordless policy the previous parameter is not
Yes
but back toNot specified
.
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
The policy parameters should be maintained after binding the flow.
Actual behavior
The passwordless policy resets to previous data.
How to Reproduce?
See description.
Anything else?
No response