Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

is this SampleConnector project is still applicable and up to date?

alc
Regular Contributor
Regular Contributor

Hello Saviynt Experts,

I am trying to write my own custom connector followed the Saviynt Connector Framework Guide:

https://saviynt.freshdesk.com/support/solutions/articles/43000631141-saviynt-connector-framework-gui...

This guide mentioned a sample connect as reference:

https://github.com/saviynt/sampleConnector

In this sample project, there is a release abstractConnector-8.10.3.jar

I am wondering if this JAR file is still valid and up to date? Is it a out of box jar that already deployed into Saviynt EIC cloud environment?

Thanks,

Alc

4 REPLIES 4

Manu269
All-Star
All-Star

@uthra_rahul can you please help in getting this sorted?

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

uthra_rahul
Saviynt Employee
Saviynt Employee

@JayashreeL Can you please check this and revert?

rushikeshvartak
All-Star
All-Star

Refer SFTP connector code as base code

Connector Guide : https://saviynt.freshdesk.com/support/solutions/articles/43000673106-sftp-connector-guide


In case, the use cases are around push/pull to/from AWS S3 buckets, then you need to use the AWS S3 Connector :
https://saviynt.freshdesk.com/support/solutions/articles/43000675085-aws-s3-connector-guide


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

alc
Regular Contributor
Regular Contributor

Hello Rushikesh,

I am working on custom connector for account reconcile and provisioning. It is not for file transfer. The two links you provided are for file transfer.

I wan to follow the custom connector framework to develop my own custom connector.

Thanks,