Colab SaaS Connector - IdentityNow Management Issue

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

  1. Download the connector you want from the SaaS Connectors category.
  2. Use the SailPoint CLI to create a new connector: sail conn create "my-connector-name", where my-connector-name is the name that will show up for your connector in the SailPoint CLI.
  3. 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.

Hi Sivagami,

Would need more details to know the issue. Could you send the logs associated to this requestId?

CLI Command: sail conn logs --request-id <requestID>

Thanks,

Liam

1 Like

Hi @liamkokeeffe - I did a fresh install of node.js and typescript before packaging to zip file and it resolved the issue - IdentityNow Management Connector

Used this article to help package to zip file & upload - Test, Build, and Deploy | SailPoint Developer Community

1 Like

Great, glad it’s working now!

1 Like