Skip to content

Integrations

Integrations

Greenlight integrations come in two kinds today. Both let an app reach an upstream HTTP service through the data broker without the app holding credentials of its own. The choice between them comes down to one question: whose identity does the upstream system see when an app makes a request?

The two kinds

Picking the right kind

If you need…Pick this kind
Per-user audit on the upstream sideUser-passthrough
One shared identity for everyoneService account
Either, with the app reaching a service it currently doesn’tBuild your own

Integrations Greenlight ships first-class auth for

These have ready-made auth configurations in the dashboard. Any other HTTP service can be added through Build your own.

Build your own

Any HTTP service can be registered as a service account integration in the dashboard. IT adds the upstream and a credential, grants it to the apps that need it, and the data broker handles the rest. See Build your own.

Next