Auth: update GitHub OAuth documentation (#70459)

* github oauth doc improvements

* add skip_org_role_sync to config for github provider

* update links and section headings

* update the docs based on the first PR

* update references
This commit is contained in:
Ieva
2023-07-12 15:25:46 +02:00
committed by GitHub
parent 0f8b9592ba
commit cb695cef8e
6 changed files with 126 additions and 184 deletions
+1
View File
@@ -595,6 +595,7 @@ allowed_organizations =
role_attribute_path =
role_attribute_strict = false
allow_assign_grafana_admin = false
skip_org_role_sync = false
tls_skip_verify_insecure = false
tls_client_cert =
tls_client_key =
+1
View File
@@ -584,6 +584,7 @@
;role_attribute_path =
;role_attribute_strict = false
;allow_assign_grafana_admin = false
;skip_org_role_sync = false
#################################### GitLab Auth #########################
[auth.gitlab]