Connect to GitHub social login
1
Create an OAuth application on the GitHub Developer Platform
2
Fill in the GitHub OAuth application configuration in GenAuth
3
Create an application in GenAuth
4
Start developing access
Create an OAuth application on GitHub Developer Platform
Please follow the GitHub documentation (opens new window) to create a GitHub OAuth application. You need to record the application's Client ID and Client Secret, which will be needed later.
When creating the application, use the following settings:
| Field | Value |
|---|---|
| Authorization callback URL | https://core.genauth.ai/connection/social/github/<YOUR_USERPOOL_ID>/callback |
Replace <YOUR_USERPOOL_ID> with your user pool ID.
