Closed cheXat closed 6 years ago
Hi,
in com.dracoon.sdk.OAuthHelper, Line 46
public static String createAuthorizationUrl(URL serverUrl, String clientId, String state) { ..... ValidatorUtils.validateString("Client ID", clientId, false); ValidatorUtils.validateString("State", clientId, false);
I guess, the 2nd check should be for parameter "state", not for clientId (again)
Thanks for reporting this bug. It will be fixed in the next release.
Hi,
in com.dracoon.sdk.OAuthHelper, Line 46
I guess, the 2nd check should be for parameter "state", not for clientId (again)