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

[Genetec] Can Saviynt support .NET SDK for Saviynt Integration?

MJ
New Contributor III
New Contributor III
i am integrating Genetec with Saviynt using Genetec Web SDK and REST connector.
However, it is taking too much time to import all accounts and attribute information from Genetec to Saviynt using Web SDK.
for the above reasons, Genetec recommended using the NET SDK instead of the Web SDK. 
How can I integrate an application that provides a NET SDK with Saviynt? which connector do I use? 
1 REPLY 1

Rishi
Saviynt Employee
Saviynt Employee

Saviynt can not support .Net based SDK to be deployed on the application.

However, is you are observing performance issue using the REST connector for Web based sdk, you may want to review if following suggestion can help:

1. Test the API from postman and review how much is the response time

2. If the data is large and API supports pagination, then try to use pagination

3. If the API supports last update date based filters, then you may to use those filter to only get smaller set of data thus improving performance.