internal: add onelogin to broken provider list

added onelogin to broken provider list

Change-Id: I05516bf3055df77a686192c63a084e7c412ca5a6
GitHub-Last-Rev: a1476987f5
GitHub-Pull-Request: golang/oauth2#348
Reviewed-on: https://go-review.googlesource.com/c/151322
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
huy le 2018-11-28 21:13:12 +00:00 committed by Brad Fitzpatrick
parent 8f65e3013e
commit 28207608b8
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ var brokenAuthHeaderProviders = []string{
"https://account.health.nokia.com",
"https://accounts.zoho.com",
"https://gitter.im/login/oauth/token",
"https://openid-connect.onelogin.com/oidc",
}
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.