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

JARConnector : CreateAccountJSON-User Data is not passing from Saviynt to Jar Connector

SR
New Contributor
New Contributor

Hi,

we are using the custom JAR Connection and updated the below in externalconfig.properties file

 

fileDirectory.externalJarPath=/application_instance/custom_code/saviynt/Import/externalJar/

 and upload the customJARConnector.

After I restarted the server.

 When I submitted the new Account request after config the security system, endpoint, and jar connection.

CreateAccount method is called in the Custom JarConnector but user value and connectionJSON value is not populating in log. 

suneelrawat_0-1704476093142.png

Log-

suneelrawat_1-1704476214521.png

Java code--

suneelrawat_2-1704476277351.png

 

 

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

You need to use System.out.print


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

System.out.print is not displaying in log.

 

suneelrawat_1-1704483814231.png

Java code-

suneelrawat_2-1704483852484.png

 

 

 

I hope you restarted server 


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

yes