mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
Auth0 does not support `client_id` in basic auth **without** a `client_secret` but they do support one or both in the body. Auth0 also uses account specific subdomains, so needs to be in the domain suffix broken handling. Change-Id: I06abec5c228c746b8b90758f452016eeb67f3e98 Reviewed-on: https://go-review.googlesource.com/70010 Reviewed-by: K.J. Valencik <kjvalencik@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>