Skip to content

Commit

Permalink
Correct box.com API domain, which still doesn't support Authorization…
Browse files Browse the repository at this point in the history
… 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: b568688
GitHub-Pull-Request: #313
Reviewed-on: https://go-review.googlesource.com/129537
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
hoyes authored and bradfitz committed Aug 20, 2018
1 parent 3d292e4 commit f720f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit f720f1f

Please sign in to comment.