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

Importing entitlements for REST based application in XML format with ent val returning in Boolean

NandaKishore
New Contributor
New Contributor

Hello Everyone,

I am working on a REST based application where the response is in XML format, I was able to successfully import Accounts, but not the account entitlement mapping because the entitlements are returning in Boolean (Yes) but not the actual entitlement values.
Below is the response:

</entry>
<entry name="etest01">
<permissions>
<role-based>
<superuser>yes</superuser>
</role-based>
</permissions>
<authentication-profile>Dummy-Profile</authentication-profile>
</entry>
<entry name="etest02">
<permissions>
<role-based>
<superreader>yes</superreader>
</role-based>
</permissions>
<authentication-profile>Dummy-Profile</authentication-profile>
</entry>

In the response mentioned above the entitlement values are superuser and superreader which are coming in xml tags with Boolean values (Yes).
Can someone help or suggest how to import these entitlements (superuser and superreader).

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Please share your configuration JSON 


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