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

How to use Dataset in provisioning json for AD Connector

RanjanS
New Contributor
New Contributor

I have a requirement where I need to read dataset in the AD provisioning json's. Can anyone help if there is any way to use Dataset in the provisioning json.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You need to create dynamic attribute on request form and use dynamic attribute in json for provisioning . you can’t use directly dataset in json.

 

example

Dynamic attribute Name - DA1

 

select attribute1 as id from dataset_values where datasetname='DEPT1'

then in connection use ${DA1}


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