Update authentication flows documentation to match new GUI

Closes #40514

Signed-off-by: Henrik S. <henrik.strath@volvocars.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Henrik S. 2025-06-16 10:24:43 +02:00 committed by GitHub
parent bd1496109e
commit c952cb66ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,26 +44,22 @@ The final execution is the *OTP Form*. {project_name} marks this execution as _a
The default *browser* flow contains two more executions inside the *Browser - Conditional 2FA*, *WebAuthn Authenticator* and *Recovery Authentication Code Form*. These executions are _Disabled_ by default and they are the other 2FA methods that can be added to the flow. Change the requirement from _Disabled_ to _Alternative_ to make them available if the respective credential has been configured for the user. If the user has configured all alternative credential types, the credential with the highest priority is displayed by default. However, the *Try Another Way* option will appear so that the user has the alternative methods to log in.
===== Requirement
A set of radio buttons that control the execution of an action executes.
[[_execution-requirements]]
====== Required
===== Requirement
A drop-down menu that controls the execution of an action.
Required::
All _Required_ elements in the flow must be successfully sequentially executed. The flow terminates if a required element fails.
====== Alternative
Alternative::
Only a single element must successfully execute for the flow to evaluate as successful. Because the _Required_ flow elements are sufficient to mark a flow as successful, any _Alternative_ flow element within a flow containing _Required_ flow elements will not execute.
====== Disabled
Disabled::
The element does not count to mark a flow as successful.
====== Conditional
Conditional::
This requirement type is only set on sub-flows.
+
* A _Conditional_ sub-flow contains executions. These executions must evaluate to logical statements.
* If all executions evaluate as _true_, the _Conditional_ sub-flow acts as _Required_.
* If any executions evaluate as _false_, the _Conditional_ sub-flow acts as _Disabled_.