mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OAuth: Support JMES path lookup when retrieving user email (#14683)
Add support for fetching e-mail with JMES path Signed-off-by: Bob Shannon <bobs@dropbox.com>
This commit is contained in:
committed by
Marcus Efraimsson
parent
35b74a99a8
commit
056dbc7012
@@ -366,6 +366,7 @@ client_id = some_id
|
||||
client_secret = some_secret
|
||||
scopes = user:email
|
||||
email_attribute_name = email:primary
|
||||
email_attribute_path =
|
||||
auth_url =
|
||||
token_url =
|
||||
api_url =
|
||||
|
||||
@@ -319,6 +319,8 @@
|
||||
;client_id = some_id
|
||||
;client_secret = some_secret
|
||||
;scopes = user:email,read:org
|
||||
;email_attribute_name = email:primary
|
||||
;email_attribute_path =
|
||||
;auth_url = https://foo.bar/login/oauth/authorize
|
||||
;token_url = https://foo.bar/login/oauth/access_token
|
||||
;api_url = https://foo.bar/user
|
||||
|
||||
Reference in New Issue
Block a user