Skip to content

Commit 9dcd33a

Browse files
wallebradfitz
authored andcommitted
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 #119. Change-Id: I450391ac92cbb02e6ba6a21e4afcc4dd0d6849b4 GitHub-Last-Rev: ba758b0 GitHub-Pull-Request: #333 Reviewed-on: https://go-review.googlesource.com/c/142880 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent c57b0fa commit 9dcd33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ var brokenAuthHeaderProviders = []string{
133133
"https://whats.todaysplan.com.au/rest/oauth/access_token",
134134
"https://stackoverflow.com/oauth/access_token",
135135
"https://account.health.nokia.com",
136+
"https://accounts.zoho.com",
136137
}
137138

138139
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.

0 commit comments

Comments
 (0)