forked from Mirrors/oauth2
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:
parent
23f31c341b
commit
ec6d5d770f
|
@ -107,6 +107,7 @@ var brokenAuthHeaderProviders = []string{
|
|||
"https://oauth.trainingpeaks.com/",
|
||||
"https://www.strava.com/oauth/",
|
||||
"https://app.box.com/",
|
||||
"https://test-sandbox.auth.corp.google.com",
|
||||
}
|
||||
|
||||
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
||||
|
|
Loading…
Reference in New Issue