From fc2337a65de4ff9067460fd2b896e60853dc3afa Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Wed, 15 Feb 2023 13:34:34 -0500 Subject: [PATCH] This should prob say "any" not "all" --- server_admin/topics/authentication/flows.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/authentication/flows.adoc b/server_admin/topics/authentication/flows.adoc index 8c7e9d1fcd1..b68fcfdaebb 100644 --- a/server_admin/topics/authentication/flows.adoc +++ b/server_admin/topics/authentication/flows.adoc @@ -65,7 +65,7 @@ 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 all executions evaluate as _false_, the _Conditional_ sub-flow acts as _Disabled_. +* If any executions evaluate as _false_, the _Conditional_ sub-flow acts as _Disabled_. * If you do not set an execution, the _Conditional_ sub-flow acts as _Disabled_. * If a flow contains executions and the flow is not set to _Conditional_, {project_name} does not evaluate the executions, and the executions are considered functionally _Disabled_.