Cloud Delimiter not working in Account Profile

AD Account Profile:

        {
            "name": "carLicense",
            "transform": {
                "attributes": {
                    "name": "carLicense"
                },
                "type": "identityAttribute"
            },
            "attributes": {
                "cloudDelimiter": "|"
            },
            "isRequired": false,
            "type": "string",
            "isMultiValued": true
        },

When I am trying to provision new account/Attribute Sync, the values are coming as a single string A|B|C and not as multivalued.

The issues was Attribute Sync, it was not supporting the cloudDelimiter.

I created Update Provisioning Policy to handle the attribute change on any Update Request as a work around to Attribute Sync.

Hey Animesh,

The attribute sync documentation talks about a custom rule being needed to support this.

As I was typing this response, I see you replied saying you created an Update Provisioning Policy to handle this. This post describes another solution that may be helpful also so I figured I would just add it here also.

  • Zach
1 Like

Hi @zachm117,

Thank you so much sharing the documentation. It was very helpful.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.