SaaS Connectivity: Building Your First Connector

  • Environment – All you need is visual studio code and node/npm installed to get going. For full documentation, see here: SaaS Connectivity | SailPoint Developer Community
  • The CLI tool can be found here: Releases · sailpoint-oss/sailpoint-cli · GitHub
  • SaaS is a cloud based connector, so it is running in the IDN cloud. Because of this, the best use cases are for connecting to other cloud based resources
  • Right now to connect a SaaS connector to an on-prem source, you would need to somehow expose that on-prem source to the internet. It is probably best to use the VA in those cases since you have better control over access. As @bwong1 mentioned during the roadmap session, a SaaS connector that can run on-prem might be available in the longer term future.