diff --git a/src/user-federation/ldap/LdapSettingsConnection.tsx b/src/user-federation/ldap/LdapSettingsConnection.tsx index b7c9098108..1916ccb054 100644 --- a/src/user-federation/ldap/LdapSettingsConnection.tsx +++ b/src/user-federation/ldap/LdapSettingsConnection.tsx @@ -193,7 +193,7 @@ export const LdapSettingsConnection = ({ fieldId="kc-console-connection-timeout" > + {form.errors.config && + form.errors.config.customUserSearchFilter && + form.errors.config.customUserSearchFilter[0] && ( +
+ {form.errors.config.customUserSearchFilter[0].message} +
+ )}