You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In file ClientSecreBasicAuthenticationConverter.java line 85, in here using URLDecoder to decode client secret, it will require the password can't contain "+".
To Reproduce
when you use client credential which include "+" in password, it will fail the authorization
Expected behavior
instead of using URLDecoder, can we use Base64?