mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OAuth: Add missing setting from defaults.ini (#20691)
This commit is contained in:
committed by
GitHub
parent
2f101d1db5
commit
21fed8c5f1
@@ -317,20 +317,22 @@
|
||||
;auth_url = https://github.com/login/oauth/authorize
|
||||
;token_url = https://github.com/login/oauth/access_token
|
||||
;api_url = https://api.github.com/user
|
||||
;allowed_domains =
|
||||
;team_ids =
|
||||
;allowed_organizations =
|
||||
|
||||
#################################### GitLab Auth #########################
|
||||
[auth.gitlab]
|
||||
; enabled = false
|
||||
; allow_sign_up = true
|
||||
; client_id = some_id
|
||||
; client_secret = some_secret
|
||||
; scopes = api
|
||||
; auth_url = https://gitlab.com/oauth/authorize
|
||||
; token_url = https://gitlab.com/oauth/token
|
||||
; api_url = https://gitlab.com/api/v4
|
||||
; allowed_groups =
|
||||
;enabled = false
|
||||
;allow_sign_up = true
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = api
|
||||
;auth_url = https://gitlab.com/oauth/authorize
|
||||
;token_url = https://gitlab.com/oauth/token
|
||||
;api_url = https://gitlab.com/api/v4
|
||||
;allowed_domains =
|
||||
;allowed_groups =
|
||||
|
||||
#################################### Google Auth ##########################
|
||||
[auth.google]
|
||||
@@ -367,6 +369,7 @@
|
||||
;auth_url = https://foo.bar/login/oauth/authorize
|
||||
;token_url = https://foo.bar/login/oauth/access_token
|
||||
;api_url = https://foo.bar/user
|
||||
;allowed_domains =
|
||||
;team_ids =
|
||||
;allowed_organizations =
|
||||
;role_attribute_path =
|
||||
|
||||
Reference in New Issue
Block a user