Skip to content

OAuth2: allow token URL to be on a different host

username-removed-10562 requested to merge token-url into master

Some OAuth 2.0 providers have the token endpoint used in the web-based authentication on a different host than the authorization endpoint.

Fixes: https://bugs.launchpad.net/bugs/1588210

Merge request reports