Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
oauth2-1.0.0
-
None
Description
Let me know if I'm misunderstanding, but it seems like the basic auth spec allows colons in the password: https://tools.ietf.org/html/rfc2617#section-2
OAuthUtils.decodeClientAuthentication just splits on a colon, thus failing if colons are used in the password.