I have received the requirement to create accounts in the end application using SailPoint. There is no role or group management involved in the end application.
The task is to retrieve direct employee details from Active Directory (AD) into SailPoint and then create the accounts in the end application.
Retrieve the data for direct employee is done. since the sailpoint is integrated with AD.
Hi @RiyazuddinM If your requirement is to just perform aggregation and create account, then you can change the Identity Attribute from ‘Employee ID’ to ‘Username’.
Also add the field in create provisioning form with Username and pass the identity email.
I changed the identity attribute to username and try to create an account, lucky now account was getting created in the end appllication, but I am still getting the native identity warm
@RiyazuddinM i believe it is type which you have for idenity Attribute, which is correct or not please revalidate
you have mapping like
While passing in json you are using
"UserName" : "$plan.userName$"
In provisioning policy
In idenitty Attribute
identityAttribute=“Username”
So somewhere your mapping is not correct , but the correct mapping and for safer side while you are sending create request that time also put the mapping like you have account aggreatuo for single user. This issue will be resolve once you add resource mapping for create and correct the mapping.
and try to test the create account from SailPoint it giving me an error/warm of native identity.
the account is getting created in the target application