Which IIQ version are you inquiring about?
Version 8.4
Please share any images or screenshots, if relevant.
Share all details related to your problem, including any error messages you may have received.
Hello everyone,
Identity Attribute (UI Configuration) or nativeIdentity (Provisioning Plan)
I have configured the Identity Attribute as an Employee ID, which is showing up in nativeIdentity in my Provisioning Plan. However, after the provisioning is committed, the Employee ID attribute and its value do not appear in my identity account (Link) section.
Here is my Provisioning Plan:
<!DOCTYPE ProvisioningPlan PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<ProvisioningPlan nativeIdentity="Dale Bishop" targetIntegration="ACCESSWARDEN-IntegrationConfig" trackingId="5222d3920bb446ebaf6663f70999ce56">
<AccountRequest application="AccessWarden" nativeIdentity="1c2c3b4d" op="Create">
<Attributes>
<Map>
<entry key="attachmentConfigList"/>
<entry key="attachments"/>
<entry key="flow" value="AccessRequest"/>
<entry key="id" value="c0a800c18e75131d818e7eb0ff920d4b"/>
<entry key="interface" value="LCM"/>
<entry key="nativeIdUpdated">
<value>
<Boolean>true</Boolean>
</value>
</entry>
<entry key="operation" value="EntitlementAdd"/>
</Map>
</Attributes>
<AttributeRequest assignmentId="853af6538d6b462297d538473447171f" displayValue="AccountingGeneral" name="GroupID" op="Add" value="G1">
<Attributes>
<Map>
<entry key="assignment" value="true"/>
</Map>
</Attributes>
</AttributeRequest>
<AttributeRequest name="Name" op="Set" value="Dale Bishop"/>
<AttributeRequest name="FirstName" op="Set" value="Dale"/>
<AttributeRequest name="Lastname" op="Set" value="Bishop"/>
<AttributeRequest name="Department" op="Set" value="Accounting"/>
<AttributeRequest name="EmailAddress" op="Set" value="[email protected]"/>
<AttributeRequest name="NetworkID" op="Set" value="Dale.Bishop"/>
<AttributeRequest name="EmployeeID" op="Set" value="1c2c3b4d"/>
</AccountRequest>
<Attributes>
<Map>
<entry key="identityRequestId" value="0000000679"/>
<entry key="requester" value="spadmin"/>
<entry key="source" value="LCM"/>
</Map>
</Attributes>
<Requesters>
<Reference class="sailpoint.object.Identity" id="c0a81d398c5718db818c5799179a00ea" name="spadmin"/>
</Requesters>
</ProvisioningPlan>
One more thing to note is that I’m using the Delimited File Connector for the Integration Config Object in provisioning. However, I’m not writing to any file; it only performs a one-time aggregation in SailPoint. Our main goal is to handle provisioning within SailPoint.
Has anyone else experienced this issue or have any insights on why the Employee ID attribute isn’t showing up in the identity account section after provisioning?
Thank you.