mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
internal: add onelogin to broken provider list
added onelogin to broken provider list Change-Id: I05516bf3055df77a686192c63a084e7c412ca5a6 GitHub-Last-Rev: a1476987f521416d0b41827ef5a5a24434b7c96e 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:
parent
8f65e3013e
commit
28207608b8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user