Use this category to view and download Identity Security Cloud (ISC) SaaS Connectivity connectors built by the community.
Download the Connector
To download a connector from the CoLab, follow these steps:
- Download the connector you want from the SaaS Connectors category.
- Use the SailPoint CLI to create a new connector:
sail conn create "my-connector-name"
, wheremy-connector-name
is the name that will show up for your connector in the SailPoint CLI. - Use the SailPoint CLI to upload the connector to your IDN tenant:
sail conn upload -c "my-connector-name" -f path/to/your/download.zip
Once you have uploaded the connector to your tenant, you can start using it in IDN.
Use the Connector
To use the connector you’ve just downloaded:
-
Navigate to the
admin
page in your tenant. -
Click the ‘Connections’ dropdown menu, and choose ‘Sources’.
-
Click the Create New button and select the new connector.
Note: The connector’s name in IDN is NOT the name given by the
sail conn create
command—it is the name given by the connector author. Should you wish to change the name of the connector, you will have to modify the connector code.
- Click the Configure button and follow the instructions given by the connector author to create a new source.