Skip to main content

64 docs tagged with "connectivity"

View All Tags

Account List

Aggregate all accounts from the source into Identity Security Cloud.

Account Read

Aggregate a single account from the source into Identity Security Cloud.

API Calls

Calling API endpoints sequentially for hundreds or thousands of accounts is slow. If several API calls are required to build a user’s account, then it is recommended that you use asynchronous functions to speed up this task.

Card

Details on using the card item

CLI - Advanced

Using the CLI to properly test and debug your connector in Identity Security Cloud

Common CLI Commands

These are the CLI commands most commonly used when building SaaS Connectors.

Connector Specification File

The connector spec file tells ISC how the connector should interact between ISC and the custom connector. It is the glue between ISC and the connector, so understanding the different sections are key to understanding how to build a custom connectors.

Connector Timeouts

Identity Security Cloud will throw an error if your connector does not send a response in 3 minutes. For connector commands that might take longer than 3 minutes, make sure to send data at regular intervals to prevent a timeout.

Debugging

An easy way to debug locally is to use console.log() to print debug information to your console.

Error Handling

If the code fails due to validation issues, connectivity, or configuration errors, you can handle the error and provide the user with information about what went wrong.

Example Connectors

Here are a few example connectors that were built for you to download and learn from.

Limits

This describes certain limits that are in place when running a SaaS Connector

Linting

Automatically check your connector source code for programmatic and stylistic errors.

List

Details on using the list item

Logging

You can use this feature to read the logs of your connectors.

Postman Collection

Use the following Postman Collection file to run tests for each of the commands locally.

Prerequisites

These are some prerequisites you must have before you start building SaaS Connectors.

Radio

Details on using the Radio item

Select

Details on using the select item

Test, Build, and Deploy

As you implement command handlers, you must test them. The connector SDK provides some utility methods to locally run your connector to test, build, and deploy.

Videos

Helpful videos on using SaaS connectivity