Skip to content

Commit f0a13b2

Browse files
committed
Merge pull request grafana#2914 from anryko/master
Fixed configuration example for Github OAuth team_ids.
2 parents bf25b9f + b68987d commit f0a13b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/installation/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@ automatically signed up.
266266
### team_ids
267267

268268
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
270270
teams they will not be able to register or authenticate with your
271271
Grafana instance. For example:
272272

273273
[auth.github]
274274
enabled = true
275275
client_id = YOUR_GITHUB_APP_CLIENT_ID
276276
client_secret = YOUR_GITHUB_APP_CLIENT_SECRET
277-
scopes = user:email
277+
scopes = user:email,read:org
278278
team_ids = 150,300
279279
auth_url = https://github.com/login/oauth/authorize
280280
token_url = https://github.com/login/oauth/access_token

0 commit comments

Comments
 (0)