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>
diff --git a/internal/token.go b/internal/token.go
index 0f5b989..1f60794 100644
--- a/internal/token.go
+++ b/internal/token.go
@@ -135,6 +135,7 @@
 	"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.