Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

how to develop a custom connector in SailPoint

soumyarani
5 - Atom

I am novices to the field of Identity and Access management. Till now I know, Sail point has provided the some direct connectors to integrate the known systems like LDAP, HR systems, OIM, Databases.. And sailpoint also provided the support for disconnected applications with the use of Custom connectors. Here, My question is how to develop a custom connector..? I do not have jar file provided by sailpoint which contain "AbstractConnector" class. So that I can write my own class and develop..? I also so not understand, what to do with that class?(if i have a jar) How sailpoint will refer to that class.. Do we need to deploy that class to somewhere...

Here I am expecting the complete flow to develop and deploy the custom connector.. If anyone is working please help..

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @soumyarani 

 

I cannot help you specifically with SailPoint since i never used it, but if your idea is to get data/send data to Sailpoint with alteryx, i would try to do it using their REST API.

 

You gonna need to understand how to usually API connections with Alteryx (the first link above should help you), and how to specifically adapt Sailpoint to that using their own documentation (second link above).

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Guide-to-Creating-Your-Own-Connecto...

https://developer.sailpoint.com/idn/api/getting-started

 

Labels