oauth2: adds sipgate api to brokenAuthHeaderProviders

according to the documentation, client_id and client_secret must be
provided in the token request:

https://api.sipgate.com/doc/#!/authorization/createOauthAccessToken

Change-Id: I4133a1bfc4d2474013e6b716451c98cb93e30da8
Reviewed-on: https://go-review.googlesource.com/43170
Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
This commit is contained in:
Martin Hoefling 2017-05-10 23:51:24 +02:00 committed by Jaana Burcu Dogan
parent e7a4820799
commit ad516a297a
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ var brokenAuthHeaderProviders = []string{
"https://www.wunderlist.com/oauth/", "https://www.wunderlist.com/oauth/",
"https://api.patreon.com/", "https://api.patreon.com/",
"https://sandbox.codeswholesale.com/oauth/token", "https://sandbox.codeswholesale.com/oauth/token",
"https://api.sipgate.com/v1/authorization/oauth",
} }
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints. // brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.