Hi,
The question is whether ISC can add entitlements during the create process.
I need to add entitlements to an account based upon variables which are identity attributes.
I can’t use Roles/profiles as there are over 12,000 different variations and you can’t use variables in Roles.
I am using the afterCreate rule to spin up a PS script to assign the groups based upon extension attributes.
This works fine for low volumes, but fails when the number hits 20+ instances of Powershell. I’m expecting 150+ account creates to be happening at any one moment.
The issue is with the scaling. I can increase the specs of the computer (but there is an ongoing cost to that.
If I can use the account Create process to add entitlements at the same time, I bypass the problem.
Is that any clearer, I want to add entitlements to a user, whose naming conventions is based upon identity attributes during the CREATE account process
NB. I’m still going to have a problem with afterModify spinning up too many instances of Powershell, but that is a different problem
Many thanks to @gourab for pointing me in the correct direction:
For future people, you can add entitlements during the create process using identity attributes and transforms as variables: