[keycloak-user] Token cant be decoded with base64
Pavel Hora
phofficial at centrum.cz
Wed Apr 13 06:39:18 EDT 2016
Hi,
we are using Keycloak 1.7.0 Final and for users with national characters in lastname (Očenášek) is not possible to decode generated token with base64. ...firstname is Lukáš
String[] splited = src_bad.split("\\.");
String srcToEnc = splited[1];
Decoder d = Base64.getDecoder();
d.decode(srcToEnc);
...Illegal base64 character
Any suggestion?
thx,
pH.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160413/cbbab1b1/attachment.html
More information about the keycloak-user
mailing list