mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
This adds 'https://login.live.com/' as a broken auth header provider. Without this change the provider which is integrated in golang.org/x/oauth2/microsoft isn't working correctly and returns a "The provided value for the 'client_secret' parameter is not valid" response from the endpoint. Change-Id: I1887e1ad049ce37f81322de84dcddd0ce486d6e1 Reviewed-on: https://go-review.googlesource.com/78555 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>