This commit is contained in:
nd 2024-07-06 23:13:12 +02:00
commit 7060208ffd
No known key found for this signature in database
GPG key ID: 089EAC11F59D1863

View file

@ -343,6 +343,10 @@ role_attribute_path = {{ grafana.config.oauth2.role_attribute_path }}
; This might be required if the OAuth provider is not RFC6749 compliant, only supporting credentials passed via POST payload ; This might be required if the OAuth provider is not RFC6749 compliant, only supporting credentials passed via POST payload
;send_client_credentials_via_post = false ;send_client_credentials_via_post = false
; TEMPFIX fix oauth login bug
; https://github.com/grafana/grafana/issues/70203#issuecomment-1675980609
oauth_allow_insecure_email_lookup=true
#################################### SAML Auth ########################### #################################### SAML Auth ###########################
[auth.saml] # Enterprise only [auth.saml] # Enterprise only
# Defaults to false. If true, the feature is enabled. # Defaults to false. If true, the feature is enabled.