Skip to content

Commit

Permalink
Update scope to include openid
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbraber committed May 26, 2019
1 parent 05da829 commit 87f7f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func main() {

ClientId: *clientId,
ClientSecret: *clientSecret,
Scope: "profile email",
Scope: "openid profile email",

LoginURL: loginUrl,
TokenURL: tokenUrl,
Expand Down

0 comments on commit 87f7f21

Please sign in to comment.