Github
2025.11.17
Overview
Identity Intelligence can connect to Github Enterprise tenants and provide insights into user identities and activity on that platform.
This document will walk you through the process of setting up access from Identity Intelligence to Github Enterprise.
Requirements
The following requirements are necessary for the Github integration -
Github Enterprise subscription
A Github Enterprise admin account capable of creating Personal Access Tokens (classic)
SSO from your Identity Provider to each Github org is set to "Enforced" (mandatory) and not "Configured" (optional), otherwise Identity Intelligence cannot retrieve the emails for users in the "configured" org and they will not merge with their own record in the "enforced" org
Github API Permission Structure
Enterprise vs. Org
Identity Intelligence has chosen to connect to Github environments at the Enterprise level rather than per Organization. This allows for the use of one API token for an entire customer environment, instead of an API token being required for each Org.
Therefore, an Enterprise Admin account or a Enterprise service account is required.
Excluding Specific Github Orgs
You may want to collect identity data for only certain orgs under your Github Enterprise tenant. To do that, you will need to follow this approach:
Create an Identity Intelligence service account at the Enterprise level
Make it a member of the orgs where you want Identity Intelligence to ingest data
Do NOT make the account a member or give it access to orgs where you do not want Identity Intelligence to collect data
Create PAT as described below
Authorize SSO for the PAT to the desired orgs

Fine-grained vs Classic PAT
Identity Intelligence leverages the Audit Log API methods to obtain necessary information. At this time, this portion of the API is only available when using PAT (classic) tokens. (Github article)
These endpoints only support authentication using a personal access token (classic). For more information, see "Managing your personal access tokens."
Compatible Checks
Currently, 11 security posture and threat detection Checks are compatible with the Github integration. Identity Intelligence is continuously adding to this list, based on customer requests and also new and emerging identity-based threats for Github.

Github Configuration Steps
Login to Github with an Enterprise admin account. If you navigate to github.com/settings/enterprises, it should look something like the following:

Enable displaying IP addresses in the Github Audit Log for your enterprise tenant as described in this article
Follow the steps for creating a classic PAT as outlined in this Github article - https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic
In step 8 of Github's PAT Creation docs, grant the following scopes to the token: read:audit_log read:enterprise read:org repo:invite user:email
Click Generate Token and copy it to a secure location for use in upcoming set up steps
Important - Ensure that the PAT has SSO authorization to all of the Github orgs under your Enterprise tenant, if SSO is in use.

If at any point, you update the scopes associated with the token, be sure to reauthorize the token for the SSO enabled orgs within the enterprise tenant.

Note the slug for your Enterprise Github tenant. This can be found under your entprise profile tab.

Identity Intelligence Configuration Steps
Sign in to your Identity Intelligence tenant and perform the following steps:
From the Integrations page, click Add Integration and select Github
Enter a display name for the integration, such as Github customername.
Enter the value of your Github Enterprise slug, obtained in Step 7 above
Enter the Github PAT value and click Connect to test the configuration connection

Once the configuration connection is successful, go back to the main Integrations page, click the 3-dot menu on the Github integration and select Collect Now. Collection may take some time, depending on the size of the environment.

Github Event Streaming (Beta)
Github has the capability to streaming the audit log events. This is currently in Beta. If you do not see the option in your Github Enterprise tenant, contact your Github representative.
Note: The Github base configuration above must already be completed.
Within CII, navigate to Integrations and click Edit Settings on the existing Github integration.
Click the Event Streaming tab.
Slide the button to Use Audit Log Streaming.
Note the Domain, Path, and Port information for use in the Github setup.
Create a strong value for the Webhook Secret and enter it in the config.

Within Github, navigate to Settings -> Audit Log -> Settings. Ensure that
Enable API Request Eventsis checked.
On the Log Streaming tab, select
HTTP Event Collectorfrom the Configure stream dropdown list
Enter the Domain, Path, Port, and Token (Webhook secret above).
Check the
Enable SSL verificationbutton.
Back in the CII integration settings, click the checkbox to confirm that you have configured Github streaming in that platform and then click
Save.
Back on the Github streaming configuration page, click the
Check endpointbutton. Once successful, clickSave
That's it. It should be all set. Enjoy.
Updating the PAT
If the PAT is due to expire or needs to be rotated, follow these steps:
After creating the new PAT (classic) with the necessary scopes, login to your Identity Intelligence tenant
In the Identity Intelligence console, go to the Integrations page, click the 3-dot menu for the Github integration and select Edit Settings
Click Reset Credentials. Then enter the new PAT value and click Save.

Go back to the Integrations page, click the 3-dot menu for the Github Integration and select Test Connectivity to ensure a successful connection
Last updated