forked from Mirrors/oauth2
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:
parent
c57b0facac
commit
ba758b032a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue