mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update github auth docs
In Github's "allowed organizations" scenario, it makes sense to have `allow_sign_up` to be `true` as most administrators will expect their org's github users to be able to sign in without further steps like creating a local user first.
This commit is contained in:
parent
2d19af601a
commit
db77dfea7a
@ -339,7 +339,7 @@ your Grafana instance. For example
|
||||
scopes = user:email,read:org
|
||||
auth_url = https://github.com/login/oauth/authorize
|
||||
token_url = https://github.com/login/oauth/access_token
|
||||
allow_sign_up = false
|
||||
allow_sign_up = true
|
||||
# space-delimited organization names
|
||||
allowed_organizations = github google
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user