ISC Attribute Sync Solutions

Hi folks

We are currently doing an email automation process within SailPoint and Active Directory by using cloud rules and after creation rule to execute the powershell script to generate the unique samaccountname let Workday to release from the responsibility as the golden source of both work email address and samaccountname.

However, the client’s HR team shared their concerns that the HR hiring process in Workday have a high dependency on the work email field. The work email is one of the critical elements to complete the hiring process in Workday. Since the HR analyst will no longer need to define the email address during the hiring process after solution implemented. It means SailPoint will pick up the responsibility to provide the work email back to workday by attribute sync. The client HR team has a strong requirement that they want the work email sync back to Workday as soon as SailPoint defined the email address.

There are also some limitation we are facing since the legacy setting in client’s SailPoint tenant and the requirements of the email automation design:

  1. There is a complex transform for calculating the lifecycle state which cause the Workday (Webservice connector) only can perform once aggregation per day

  2. The email naming convention logic will return null when failed to an unique and proper email address after trying 2-3 defined logic.

I would like to check any solutions like workflow, webservice operation rule, cloud rule or additional configurations may suit the client’s expectation to make the sync asap. We would like to seek any prior experience with attribute sync or similar solution on the attribute sync, I would appreciate any best practice, insights or idea will be helpful.

Thanks,

Jacky

Hi Jacky

Can you confirm when in the process HR want the email address, ie what do you mean by asap?

The standard steps are

  1. Aggregate WD
  2. Create AD Account
  3. Create AD Email Address
  4. Aggregate AD Email Address and update Identity
  5. Write back email address to WD

I’m not sure how you could accelerate that; so I would be managing the HR teams expectations, tbh.

I would also ask; with your lifecycle states, when do you create the AD account? Bear in mind, I suspect that the majority of new Identities would be in a pre-hire state and wouldn’t be getting access to their work mailbox anyway.

2 Likes

Thanks for your direction, it really help to our design that we are planning to use the workflow to sync back the attribute to WD.