oauth2/internal
voutasaurus 5432cc9688 internal: add broken auth header provider
Azure AD applications use login.microsoft.net for token URLs for OAuth
and OpenID Connect. This service expects the OAuth client ID and client
secret in the body of the OAuth exchange request.

Fixes #238

Change-Id: I9cfd46787ebfb27cf2775dd3357eb26e089322a3
Reviewed-on: https://go-review.googlesource.com/47097
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-06-29 03:27:40 +00:00
..
oauth2.go internal: simplify map value literal 2017-02-14 23:18:24 +00:00
oauth2_test.go internal: simplify map value literal 2017-02-14 23:18:24 +00:00
token.go internal: add broken auth header provider 2017-06-29 03:27:40 +00:00
token_test.go internal: recognize Salesforce and Okta domains as broken providers 2017-03-21 00:32:59 +00:00
transport.go internal: primarily use the HTTP client provided in the context 2015-12-04 19:36:38 +00:00
transport_test.go internal: fix transport_test use of nil Context 2016-05-04 21:42:46 +00:00