File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/sources/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,15 +266,15 @@ automatically signed up.
266
266
### team_ids
267
267
268
268
Require an active team membership for at least one of the given teams on
269
- GitHub. If the authenticated user isn't a member of at least one the
269
+ GitHub. If the authenticated user isn't a member of at least one of the
270
270
teams they will not be able to register or authenticate with your
271
271
Grafana instance. For example:
272
272
273
273
[auth.github]
274
274
enabled = true
275
275
client_id = YOUR_GITHUB_APP_CLIENT_ID
276
276
client_secret = YOUR_GITHUB_APP_CLIENT_SECRET
277
- scopes = user:email
277
+ scopes = user:email,read:org
278
278
team_ids = 150,300
279
279
auth_url = https://github.com/login/oauth/authorize
280
280
token_url = https://github.com/login/oauth/access_token
You can’t perform that action at this time.
0 commit comments