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

Passing Endpoint Dynamic Attribute in DB Connection

iqbalsingh
New Contributor III
New Contributor III

Hi,


We are working on onboarding of DB connector and as part of create account JSON we need to pass the dymanic attribute value which is selected by user while requesting DB application form on ARS.


We tried below binding variable in insert part of createaccountjson but none of them worked:

  • '${requestAccessAttributes.get('<Dynamic Attribute Name>')}'
  • '${<Dynamic Attribute Name>}'
  • '${reqAttr.get('<Dynamic Attribute Name>')}'

Has anyone used/passed Dynamic Attributes in DB connection ?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

'${USERTYPE}'

Here USERTYPE is dynamic attribute name. If you still facing issue share json & logs. 

Please validate what is data type expected in target number or string


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