From e24d2009c760e8da6396e3de7bb35b2e41b6875a Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Thu, 16 Feb 2023 09:24:02 -0500 Subject: [PATCH] Rename MANDATORY to REQUIRED --- server_admin/topics/identity-broker/first-login-flow.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_admin/topics/identity-broker/first-login-flow.adoc b/server_admin/topics/identity-broker/first-login-flow.adoc index 065ba4f45d..31230ee07b 100644 --- a/server_admin/topics/identity-broker/first-login-flow.adoc +++ b/server_admin/topics/identity-broker/first-login-flow.adoc @@ -101,10 +101,10 @@ In order to configure a first login flow in which: create a new flow with the following two authenticators: Detect Existing Broker User:: -This authenticator ensures that unique users are handled. Set the authenticator requirement to `Mandatory`. +This authenticator ensures that unique users are handled. Set the authenticator requirement to `REQUIRED`. Automatically Set Existing User:: -Automatically sets an existing user to the authentication context without any verification. Set the authenticator requirement to `Mandatory`. +Automatically sets an existing user to the authentication context without any verification. Set the authenticator requirement to `REQUIRED`. You have to set the `First Login Flow` of the identity provider configuration to that flow. You could set the also set `Sync Mode` to `force` if you want to update the user profile (Last Name, First Name...) with the identity provider attributes.