Skip to content

Conversation

@luoch
Copy link

@luoch luoch commented Jun 5, 2020

Keycloak will encode the User info with url safe encoder using ‘-’ instead of ‘+’ and ‘’ instead of ‘/’. When the base64encoded string contains '-' or '' , orignal code will throw 500 JSON::ParserError. This change will fix it.

Keycloak will encode the User info with url safe encoder using ‘-’ instead of ‘+’ and ‘_’ instead of ‘/’. When the base64encoded string contains '-' or '_' , orignal code will throw `500 JSON::ParserError`. This change will fix it.
@luoch
Copy link
Author

luoch commented Jun 5, 2020

duplicate with PR #25 . Close it.

@luoch luoch closed this Jun 5, 2020
@luoch luoch deleted the patch-1 branch June 5, 2020 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant