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:
Bob Shannon
2019-08-26 18:11:40 +02:00
committed by Marcus Efraimsson
parent 35b74a99a8
commit 056dbc7012
7 changed files with 144 additions and 10 deletions
+1
View File
@@ -6,6 +6,7 @@ type OAuthInfo struct {
AuthUrl, TokenUrl string
Enabled bool
EmailAttributeName string
EmailAttributePath string
AllowedDomains []string
HostedDomain string
ApiUrl string