OAuth: Support PKCE (#39948)

This commit is contained in:
Emil Tullstedt
2021-10-13 16:45:15 +02:00
committed by GitHub
parent 09587240ec
commit e73cd2fdeb
5 changed files with 232 additions and 8 deletions

View File

@@ -501,6 +501,7 @@
;tls_client_cert =
;tls_client_key =
;tls_client_ca =
;use_pkce = false
#################################### Basic Auth ##########################
[auth.basic]
@@ -712,7 +713,7 @@
;enabled = false
# Comma-separated list of organization IDs for which to disable unified alerting. Only supported if unified alerting is enabled.
;disabled_orgs =
;disabled_orgs =
# Specify the frequency of polling for admin config changes.
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.