While Implementing SCIM in the Environment, there seems to be a set of log lines
ImsManagedObjectAttr description="SCIM Multivalued Attribute Types" maxlength="0" wellknown="%SCIM_MULTIVALUED_TYPES%" multivalued="true" valuetype="String" displayname="SCIMMultivaluedTypes" physicalname="xyz.scimmvattributeTypes">.Delimiter is not defined..
-<ImsManagedObjectAttr description="SCIM Multivalued Attribute Types" maxlength="0" wellknown="%SCIM_MULTIVALUED_TYPES%" multivalued="true" valuetype="String" delimiter=":" displayname="SCIMMultivaluedTypes" physicalname="xyz.scimmvattributeTypes">
IDM 14.5.1 CHF1
A delimiter was not defined for the multi-value attribute
The Delimiter ":" for the multi-value attribute is not defined in the Directory.xml, to make the necessary changes, follow the steps below.
> Login to the IDM Management console and click on the Directories
>Select the User store and export the .XML file.
Now edit the file to define the Delimiter":" as shown below:
-<ImsManagedObjectAttr description="SCIM Multivalued Attribute Types" maxlength="0" wellknown="%SCIM_MULTIVALUED_TYPES%" multivalued="true" valuetype="String" delimiter=":" displayname="SCIMMultivaluedTypes" physicalname="TBLUSERS.scimmvattributeTypes">
Now, no more delimiter errors appear in the log