Add Zoho to the list of broken providers

As per the documentation https://www.zoho.com/crm/help/api/v2/#generate-access
This commit is contained in:
Fredrik Wallgren 2018-10-17 15:36:50 +02:00 committed by GitHub
parent c57b0facac
commit ba758b032a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ var brokenAuthHeaderProviders = []string{
"https://whats.todaysplan.com.au/rest/oauth/access_token", "https://whats.todaysplan.com.au/rest/oauth/access_token",
"https://stackoverflow.com/oauth/access_token", "https://stackoverflow.com/oauth/access_token",
"https://account.health.nokia.com", "https://account.health.nokia.com",
"https://accounts.zoho.com",
} }
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints. // brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.