Merge pull request #1668 from influxdata/fix/auth0-email
add email to auth0 required scopespull/10616/head
commit
08c2677b96
|
@ -34,7 +34,7 @@ func NewAuth0(auth0Domain, clientID, clientSecret, redirectURL string, logger ch
|
|||
ClientID: clientID,
|
||||
ClientSecret: clientSecret,
|
||||
|
||||
RequiredScopes: []string{"openid"},
|
||||
RequiredScopes: []string{"openid", "email"},
|
||||
|
||||
RedirectURL: redirectURL,
|
||||
AuthURL: authURL,
|
||||
|
|
Loading…
Reference in New Issue