oauth2: add test-sandbox.auth.corp.google.com to the broken providers

Change-Id: I1d2e1ea803283b5651a482445b9be60262b43c4e
Reviewed-on: https://go-review.googlesource.com/9343
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Burcu Dogan 2015-04-27 13:33:56 -07:00
parent 23f31c341b
commit ec6d5d770f
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ var brokenAuthHeaderProviders = []string{
"https://oauth.trainingpeaks.com/", "https://oauth.trainingpeaks.com/",
"https://www.strava.com/oauth/", "https://www.strava.com/oauth/",
"https://app.box.com/", "https://app.box.com/",
"https://test-sandbox.auth.corp.google.com",
} }
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL // providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL