Skip to content

Commit

Permalink
internal: add Salesforce to list of broken auth providers
Browse files Browse the repository at this point in the history
Fix #163

Change-Id: Id2c5f34b9d5b6854d59dd8122fb3460d83352b5c
Reviewed-on: https://go-review.googlesource.com/16856
Reviewed-by: Christian Ohler <ohler@driveshift.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
adg committed Nov 16, 2015
1 parent 3314c49 commit 2bf5e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@ var brokenAuthHeaderProviders = []string{
"https://app.box.com/",
"https://connect.stripe.com/",
"https://login.microsoftonline.com/",
"https://login.salesforce.com/",
"https://oauth.sandbox.trainingpeaks.com/",
"https://oauth.trainingpeaks.com/",
"https://oauth.vk.com/",
"https://slack.com/",
"https://test-sandbox.auth.corp.google.com",
"https://test.salesforce.com/",
"https://user.gini.net/",
"https://www.douban.com/",
"https://www.googleapis.com/",
Expand Down

0 comments on commit 2bf5e6e

Please sign in to comment.