From cce311a261e6fcf29de72ca96827bdb0b7d9c9e6 Mon Sep 17 00:00:00 2001 From: voutasaurus Date: Thu, 29 Jun 2017 12:00:38 -0700 Subject: [PATCH] internal: fix broken auth header provider Change I9cfd46787ebfb27cf2775dd3357eb26e089322a3 added login.microsoft.net as a broken auth header provider. This was meant to be login.windows.net. This change removes login.microsoft.net and adds login.windows.net. Change-Id: I6178053ab5c86b4f38996042384e1f4a139560aa Reviewed-on: https://go-review.googlesource.com/47250 Reviewed-by: Brad Fitzpatrick --- internal/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/token.go b/internal/token.go index 766cfb6..0487c81 100644 --- a/internal/token.go +++ b/internal/token.go @@ -104,9 +104,9 @@ var brokenAuthHeaderProviders = []string{ "https://app.box.com/", "https://connect.stripe.com/", "https://graph.facebook.com", // see https://github.com/golang/oauth2/issues/214 - "https://login.microsoft.net", "https://login.microsoftonline.com/", "https://login.salesforce.com/", + "https://login.windows.net", "https://oauth.sandbox.trainingpeaks.com/", "https://oauth.trainingpeaks.com/", "https://oauth.vk.com/",