diff --git a/src/user-federation/help.ts b/src/user-federation/help.ts index fe2fa1ce80..4941dcdea2 100644 --- a/src/user-federation/help.ts +++ b/src/user-federation/help.ts @@ -147,6 +147,8 @@ export default { "If on, then during reading of the LDAP attribute value will always used instead of the value from Keycloak DB.", isMandatoryInLdapHelp: "If true, attribute is mandatory in LDAP. Hence if there is no value in Keycloak DB, the empty value will be set to be propagated to LDAP.", + attributeDefaultValueHelp: + "If there is no value in Keycloak DB and attribute is mandatory in LDAP, this value will be propagated to LDAP.", isBinaryAttributeHelp: "Should be true for binary LDAP attributes.", derFormattedHelp: diff --git a/src/user-federation/ldap/mappers/LdapMapperUserAttribute.tsx b/src/user-federation/ldap/mappers/LdapMapperUserAttribute.tsx index e1a5b4300b..ddc59e23e5 100644 --- a/src/user-federation/ldap/mappers/LdapMapperUserAttribute.tsx +++ b/src/user-federation/ldap/mappers/LdapMapperUserAttribute.tsx @@ -74,7 +74,7 @@ export const LdapMapperUserAttribute = ({ > ( + + } + fieldId="kc-attribute-default-value" + > + +