Connect Apps to GitHub
Prerequisite
Follow the official guide to create a OAuth App.
In "Authorization callback URL", use
https://<YOUR_AUTHGEAR_ENDPOINT>/sso/oauth2/callback/github
.After the creation, click "Generate a new client secret". Remember the client secret.
Configure Sign in with GitHub through the portal
In the portal, go to Authentication > Social / Enterprise Login.
Enable Sign in with GitHub.
Fill in Client ID.
Fill in Client Secret.
Save the changes.
🎉 Done! You have just added GitHub integration to your apps!
Last updated