I am getting the below error while i am trying to provision account for B2B users in azure active directory connector.
Error :- sailpoint.connector.ConnectorException: Exception occurred. Error message - An unexpected ‘PrimitiveValue’ node was found when reading from the JSON reader. A ‘StartArray’ node was expected.
Scenario: We are trying to create B2B Users. Also, we need to send attributes from user type also. Please find below the list of attribute we need to send from sailpoint.
@nirmal_sharma this error occur when you are sending wrong value and connector expected some other value for example String value u are sending and connector expecting boolean or null value or something you are sending so check the provisioning transition and check the value again.
Hi To add on what was already pointed out. The error says it got a single value node but was expecting an array. So probably your’e only sending one value in a field that can hold multiple values.
From the List of attributes you posted It could be proyAddresses.
If not already done so try to wrap single values in such field in a List or Array.