I’m trying to use the collab SaaS Connector for IdentityNow Management.
I downloaded the zip file from GitHub - sailpoint-oss/colab-saas-conn-identitynow-management: Loopback connector to manage IdentityNow like any other managed system. Allows to manage user levels, governance groups and identity status.
Followed the below steps as documented here - Getting Started with SaaS Connectors in the CoLab
- 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
When trying to test connection post providing the credentials, receiving the below error. What am I missing? Appreciate the assistance.