All pages
Powered by GitBook
1 of 1

Loading...

Example Connectors

Open Authorization API usage examples

The official Veza connectors are useful references for understanding the decisions and strategies that come into play when building a custom Open Authorization API (OAA) integration.

Veza provides working connectors and source code for:

  • GitHub

  • GitLab

  • Jira

  • Looker

  • PagerDuty

  • Zendesk

Each connector is similar in basic function, yet adapts to the resource hierarchies and interfaces unique to the technology provider. Each uses the Python package to construct a payload, create a custom provider and data source, and publish the extracted metadata.

See the for setup instructions and the most recent releases. The repository also includes sample applications demonstrating basic oaaclient usage. You can also browse these examples in the .

oaaclient
GitHub repository
User Guide