mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 23:54:22 +08:00
add additional scopes url
This commit is contained in:
parent
68758c8f76
commit
55601d4d80
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ func initGoogle(redirectURL string, clientID string, clientSecret string) {
|
|||
RedirectURL: redirectURL,
|
||||
ClientID: clientID,
|
||||
ClientSecret: clientSecret,
|
||||
Scopes: []string{"https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/groups"},
|
||||
Scopes: []string{"https://www.googleapis.com/auth/userinfo.email", "https://apps-apis.google.com/a/feeds/groups"},
|
||||
Endpoint: google.Endpoint,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue