Skip to content

Commit 2820760

Browse files
huydinhlebradfitz
authored andcommitted
internal: add onelogin to broken provider list
added onelogin to broken provider list Change-Id: I05516bf3055df77a686192c63a084e7c412ca5a6 GitHub-Last-Rev: a147698 GitHub-Pull-Request: golang#348 Reviewed-on: https://go-review.googlesource.com/c/151322 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 8f65e30 commit 2820760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ var brokenAuthHeaderProviders = []string{
135135
"https://account.health.nokia.com",
136136
"https://accounts.zoho.com",
137137
"https://gitter.im/login/oauth/token",
138+
"https://openid-connect.onelogin.com/oidc",
138139
}
139140

140141
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.

0 commit comments

Comments
 (0)