Sync Attribute into target System without using Identity Attribute

Hi,

Does other solution exist for updating / sync attribute on Target System without using an identity attribute ?

We have many attributes to synchronise into our differents targets system (exemple description on Active Directory).

So, if we create an identityAttribute per attribute we will have many identity attributes.

I suppose that update account provisioning not work very well.

Best regards.

The question is rather, will those attributes ever change?
If they will, then you have use sync, if they are set in stone, then use account provisioning.

**For Active Directory, you could potentially write PS scripts to update attributes, but I’m not sure how messy that could get

Phil

2 Likes

@phil_awlings you can use the provisioning policies example modify account and add the logics there

Hi @schattopadhy ,

But would not that still require an Identity.attribute to be able to get from the ‘identity.getattribute’ function?

I think what the ask is, if a value on source A changes, can you update source B without an identity attribute.

I didn’t think that the provisioning polices have access to sources other than either their own or the identity cube

1 Like

I agree with you on that one Phil

Hello @baoussounda ,

You can try using workflow for updating the attributes on the target system.
Following posts might help you out:

-Mehul

1 Like

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