From 9dcd33a902f40452422c2367fefcb95b54f9f8f8 Mon Sep 17 00:00:00 2001 From: Fredrik Wallgren Date: Wed, 17 Oct 2018 13:59:35 +0000 Subject: [PATCH] Add Zoho to the list of broken providers As per the documentation https://www.zoho.com/crm/help/api/v2/#generate-access The oauth2 implementation for Zoho is broken in other ways as well, e.g. by having scopes comma separated instead of space separated as the standard says. But won't (and shouldn't) be handled by this project as per https://github.com/golang/oauth2/issues/119. Change-Id: I450391ac92cbb02e6ba6a21e4afcc4dd0d6849b4 GitHub-Last-Rev: ba758b032a996647298930c419b2db587478ab45 GitHub-Pull-Request: golang/oauth2#333 Reviewed-on: https://go-review.googlesource.com/c/142880 Reviewed-by: Brad Fitzpatrick --- internal/token.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/token.go b/internal/token.go index 711bc93..53259a4 100644 --- a/internal/token.go +++ b/internal/token.go @@ -133,6 +133,7 @@ var brokenAuthHeaderProviders = []string{ "https://whats.todaysplan.com.au/rest/oauth/access_token", "https://stackoverflow.com/oauth/access_token", "https://account.health.nokia.com", + "https://accounts.zoho.com", } // brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.