Identity profile is not updating/setting up automatic LCS, Identity State, manager name & manager email on user profiles, we are able to see LCS as active/inactive/etc under identity profile “Preview” but “apply changes”
it did not help ?
Have you configured the ‘provisioning’ tab in the Identity Profile? Within that tab, create the LCS states and enable them.
Another crucial point to note is that, in the transform, you should name the LCS state using the technical name of that LCS as specified in the provisioning tab.
After configuring the provisioning tab in the identity profile and
performing unoptimized aggregation, if you still don’t see the attribute values, you should use the Process Identities under Profile API
This API ensures that all values are updated. It should be used whenever a change is made to the identity profile or its related lifecycle states that requires a refresh. This operation will update all identities under the identity profile so that the changes are reflected you can find the values
Active is a Out of the box object/LCS ?
→ is changing Active to → active will make any change on user profiles
but in production we see ‘Active’ for our previous configuration. is their any new changes ?
should it be
Active(active)
Active
or active
This case is resolved now. it was found to be a transform on one of the identity profile attribute that was looping through.
once we removed it from the mapping it worked.
thanks Gokul