We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9c5d496 commit0f4f6bdCopy full SHA for 0f4f6bd
docs/admin/users/github-auth.md
@@ -15,6 +15,19 @@ This access is necessary for the Coder server to complete the authentication
15
process. To the best of our knowledge, Coder, the company, does not gain access
16
to this data by administering the GitHub app.
17
18
+By default, only the admin user can sign up. To allow additional users to sign
19
+up with GitHub, add the following environment variable:
20
+
21
+```env
22
+CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS=true
23
+```
24
25
+To limit sign ups to members of specific GitHub organizations, set:
26
27
28
+CODER_OAUTH2_GITHUB_ALLOWED_ORGS="your-org"
29
30
31
For production deployments, we recommend configuring your own GitHub OAuth app
32
as outlined below. The default is automatically disabled if you configure your
33
own app or set: