Cloudflare Docs
Cloudflare-One
Visit Cloudflare Zero Trust on GitHub
Set theme to dark (⇧+D)

GitHub

Cloudflare Zero Trust allows your to connect to your applications using their GitHub login. Administrators can build rules for specific individuals or using GitHub organizations. You do not need to have a GitHub organization to use the integration.

Set up GitHub Access

To configure GitHub access in both GitHub and Cloudflare Zero Trust:

  1. Log into GitHub.

  2. Go to your account Settings > Developer Settings, select OAuth Apps and click Register a new application.

    GitHub OAuth page

    The Register a new OAuth application window displays.

    GitHub Register a new OAuth application window

  3. Enter an Application name. Your users will see this name on the login page.

  4. Enter your team domain in the Homepage URL field.

    For example, https://<your-team-name>.cloudflareaccess.com

  5. In the GitHub Authorization callback URL field, enter your team domain and add this to the end of the path: /cdn-cgi/access/callback. For example:

    https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/callback
    
  6. Click Register application.

  7. Copy the Client ID and Client Secret.

    Client ID and Client secret

  8. On the Zero Trust dashboard, navigate to Settings > Authentication.

  9. Under Login methods, click Add new.

  10. Choose GitHub on the next page.

  11. Paste in the Client ID and Client secret.

  12. Click Save.

To test that your connection is working, navigate to Authentication > Login methods and click Test next to GitHub. If you have GitHub two-factor authentication enabled, you will need to first login to GitHub directly and return to Access.

Example API Configuration

{
  "config": {
    "client_id": "<your client id>",
    "client_secret": "<your client secret>"
  },
  "type": "github",
  "name": "my example idp"
}