Genetec ClearID custom SaaS connector

Hi everyone, here’s another SaaS connector, this time for Genetec ClearID. It supports all operations but password change. Should you deem this useful to you and want password change support, please contact me to evaluate the effort.

Enjoy!

1 Like

@fernando_delosrios do I understand correctly that SailPoint is going to offer this as an out-of-box connector? That’s what I was told by the ClearID team at Genetec

I cannot really say when or how, but we initiated the process so it happens.

Thanks for you comments. Is there a password reset API I could use for that?

Cheers!

Is there any kind of walkthrough for setting this up?

I have the connector deployed in our sandbox with the connection settings filled out, environment, accountID, clientID, secret but keep getting the following error.

1 Like

Not sure if anyone else will run into this but I needed to do the following:

  1. Download the code zip from GitHub.
  2. In a command prompt navigate to the connector code folder
  3. run “npm install”
  4. run “npm run pack-zip”
  5. Then take the zip file from the new dist folder and follow Colin’s instructions to upload it.