I am trying to test the creation of an account on a WEB Application i configured the test connection,account aggregation and create an account operations
And on the identityProfile on the active state i added on the Enable Tab my Source
But when i refresh an identity to test the creation i don’t see any provisioning ongoing
am i missing something? Is there a simple way to test the creation without using the IdentityProfile because i don’t have any entitlements for now for my source I only want to create the account,
You have to trigger creation from an entitlement being assigned. With a webservices connector however you can setup a ‘dummy’ entitlement and trigger creation based on that (ignoring the dummy entitlement in provisioning).
If this is a birthright access to every user then you may configure a Role with matching criteria to assign the access from this source and eventually trigger create account operation. If you are just testing if create account is working then you need make one of the access from this source as requesable via APs or Role or Entitlement (if feature is available) and raise the request from the Request Center.
I have this attibute called role but there’s no specific endpoint to get it
the only way to get it is in the account itself because it’s within reach with a GET USERS : When you do a GET USERS you’ll get the specific role too
How can i aggregate this entitlement? I already tried to add a new schema for this entitlement and i configured a new operation Group Aggregation - Role that is calling the Account Aggregation Operation first ( as a Parent) to get the role
It’s easiest to create a dummy user in the target system that has ALL entitlements that are available in the system. Then create a group aggregation operation that gets this single user and pull off all entitlements from the user.