forked from Mirrors/oauth2
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:
parent
e7a4820799
commit
ad516a297a
|
@ -120,6 +120,7 @@ var brokenAuthHeaderProviders = []string{
|
|||
"https://www.wunderlist.com/oauth/",
|
||||
"https://api.patreon.com/",
|
||||
"https://sandbox.codeswholesale.com/oauth/token",
|
||||
"https://api.sipgate.com/v1/authorization/oauth",
|
||||
}
|
||||
|
||||
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
||||
|
|
Loading…
Reference in New Issue