mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
Correct box.com API domain, which still doesn't support Authorization header
Box.com OAuth authorization fails stating "invalid client credentials". Correct API domain is "api.box.com" (source: https://developer.box.com/reference#token) Change-Id: Icecd02017c44140c85186fcc3cd673cd1e24ecf0 GitHub-Last-Rev: b568688a5a4487fb640370f34cc3e2f48467d02b GitHub-Pull-Request: golang/oauth2#313 Reviewed-on: https://go-review.googlesource.com/129537 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
3d292e4d0c
commit
f720f1faee
@ -103,6 +103,7 @@ var brokenAuthHeaderProviders = []string{
|
||||
"https://api.twitch.tv/",
|
||||
"https://id.twitch.tv/",
|
||||
"https://app.box.com/",
|
||||
"https://api.box.com/",
|
||||
"https://connect.stripe.com/",
|
||||
"https://login.mailchimp.com/",
|
||||
"https://login.microsoftonline.com/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user