evosec / keycloak-ipaddress-authenticator

13 stars 5 forks source link

Documentation: better don't use "german umlaute" #5

Closed andreasschulze closed 2 weeks ago

andreasschulze commented 2 weeks ago

a user may set a descriptive text as alias here

I used a "german umlaut" (ü) there. Everything still worked well except I got a http response 400 for https://my.keycloak.example/admin/realms/${any_realm}/authentication-management/required-actions every time I clicked on "configure -> Authentication"

steps that fixes the issue for me:

<kc is not running>
kc.sh export --file /path/to/backupfile --optimized
<replace the "german umlaut" with a text editor>
kc.sh import --file path/to/backupfile --override true --optimized
andreasschulze commented 2 weeks ago

well, after rebuilding all my stuff from scratch, the error is there again. So treat the information above as wrong noise ...