Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Use sql select on request query role type

c_d
New Contributor II
New Contributor II

Hello all,

I'm trying to use a select query on role type configuration. This one doesn't seem to work. is it possible to use a select query ?

c_d_0-1708520778499.png

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Create dynamic attributes ( hideen) and use dyanmic attribute


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

c_d
New Contributor II
New Contributor II

it only works if the attribute is displayed and not hidden.

Regards,
Agnes

Can you share configs.

I have tested and it works with hidden


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

AmitM
Valued Contributor
Valued Contributor

Hi @c_d , Refer This - https://forums.saviynt.com/t5/identity-governance/filter-selectable-application-roles-based-on-the-s...

 

DA query (RoleFilter) : select customproperty31as ID from users where entity=${entity}

Role Filter Query : r.customproperty1 = '${RoleFilter}'

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.