Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

while Account provisioning - Can we map user attribute ( cp10) to account attribute ( cp20)

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

while Account provisioning - Can we map user attribute ( cp10) to account attribute ( cp20) 

with out Dynamic attributes ?

5 REPLIES 5

smitg
Regular Contributor III
Regular Contributor III

Hi @IAM_99 

Can you please provide more details on this

Thanks,
SMitha

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @IAM_99 ,

Can you please elaborate on the business requirement here.

Thanks,


Regards,
Pruthvi

IAM_99
Regular Contributor II
Regular Contributor II

Hi @pruthvi_t @smitg ,

We have rest application - while creating Account we have to generate unique number (secret code) and has to be passed to Target. we Used Password policy to generate  code(  ${password})

1. User account will be created.

2. (before account import running) when same user a requesting another entitlements/update account - this secret code  is mandatory and the value goes as null. 

If we run target recon it will map to account level attribute then it works we can call ${account.custompropery5}.

 

thanks,

suresh

You can use multicall and follow bellow steps

  • call1 --> create account
  • call2 --> call get url and get unique secret code and pass to api in case cp5 is null

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

IAM_99
Regular Contributor II
Regular Contributor II

Hi @rushikeshvartak  thanks for the response.

in the Call2 - We dont api to get single user secret value but we have bulk api to get all - How to filter the response results to get one specific user secret among all. Do you have any sample JSON for this ?