Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 682 Bytes

File metadata and controls

17 lines (12 loc) · 682 Bytes

Connect Apps to GitHub

Prerequisite

  1. Follow the official guide to create a OAuth App.
  2. In "Authorization callback URL", use https://<YOUR_AUTHGEAR_ENDPOINT>/sso/oauth2/callback/github.
  3. After the creation, click "Generate a new client secret". Remember the client secret.

Configure Sign in with GitHub through the portal

  1. In the portal, go to Authentication > Social / Enterprise Login.
  2. Enable Sign in with GitHub.
  3. Fill in Client ID.
  4. Fill in Client Secret.
  5. Save the changes.

🎉 Done! You have just added GitHub integration to your apps!