GitHub
Integrating GitHub with Osano
Connecting to GitHub
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Setup
An admin must create a OAuth2 and enter that information in Osano to establish a connection via oauth.
Authenticated Roles
admin
Authentication Actions
- OAuth2 -Log into your admin-level account via the Osano portal to grant access to GitHub.
Authentication Methods
- oauth
OAuth2.0 authentication
Core Functionality
- Data Discovery
- User Search
- Data Deletion
Base URL
User Search
- name
- phoneNumber
- address
- birthday
- userId
Endpoints
Used for data discovery
- GET
/users/octocat
- GET
/search/users
Used for user search
- GET
/search/users?q=<$email+in:email><fullname:$fullName>
- GET
/users/<username>
Last Modified: 2025-03-27