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

XML based application onboarding

Lakhitha
New Contributor II
New Contributor II

Hi Team,

Can anyone give some insights on how to integrate xml based applications with Saviynt.

Can we manage access (account creation, provisioning & Deprovisioning roles) via XML loads?

Thanks & Regards

Lakhitha

7 REPLIES 7

Lakhitha
New Contributor II
New Contributor II

Hi Team,

Can anyone please provide some insights on above questions?

Thanks & Regards,

Lakhitha 

SB
Saviynt Employee
Saviynt Employee

You can integrate xml based application with Saviynt using REST. 

Below is an example of https params using xml. You can also refer to the REST Connector Guide (Developers Handbook section)

 "httpParams": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><user><roles>${String rolesStr = '';int size = response.Role1.message.roles?.size();int i = 0;for (Map map : response.Role1.message.roles){if(!map.name.equals(entitlementValue.entitlement_value)){rolesStr=rolesStr+'<role><name>'+map.name+'</name></role>';i++;if(i == size){return rolesStr;}}else{i++;if(i == size){return rolesStr;}}}}</roles></user>"

 


Regards,
Sahil

Lakhitha
New Contributor II
New Contributor II

Thanks Sahil,

If the application doesn't support API calls, and if we have to reconcile the information from XML file which will be placed in Saviynt Server. Can we do this through the SFTP connector?

Or we need to convert the xml file to CSV or xlsx file?

If you have related information about this use case, kindly share it with us.

Thanks & Regards,

Lakhitha

Lakhitha
New Contributor II
New Contributor II

Thank you Sahil.

We are thinking to convert xml file to csv file using custom jars.

Do you have any samples for building custom jar files. Request you to share if you have any information about that.

Thanks & Regards,

Lakhitha

 

Sample Java code : http://www.java2s.com/Tutorials/Java/XML_HTML_How_to/XML_Transform/Convert_an_XML_file_to_CSV_file.h...


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

SB
Saviynt Employee
Saviynt Employee

Unfortunately I may not have a sample jar for this.


Regards,
Sahil