You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `CODER_EXTERNAL_AUTH_0_ID` environment variable is used for internal reference. Therefore, it can be set arbitrarily (e.g., `primary-github` for your GitHub provider).
42
+
The `CODER_EXTERNAL_AUTH_0_ID` environment variable is used for internal
43
+
reference. Therefore, it can be set arbitrarily (e.g., `primary-github` for your
44
+
GitHub provider).
42
45
43
46
44
47
### GitHub
45
48
46
-
> If you don't require fine-grained access control, it's easier to configure a GitHub OAuth app!
49
+
> If you don't require fine-grained access control, it's easier to configure a
50
+
> GitHub OAuth app!
47
51
48
52
1.[Create a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)
49
-
* Set the callback URL to `https://coder.example.com/external-auth/USER_DEFINED_ID/callback`.
50
-
* Deactivate Webhooks.
51
-
* Enable fine-grained access to specific repositories or a subset of
0 commit comments