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
I manually configured keycloak, including the setting in this screen
which is important for my stuff to work. Then I exported the config via kc.sh export and got the config file in JSON format. This file contains the following section, where I assume the above screen is stored
first and foremost, that did the trick! I removed the id fields and everything works as expected.
Just one more question: Is your statement about IDs universal, i.e. there should not be any such "id": "<uuid>" properties in the config export or is this only true for the authenticatorConfig part?
whereever references are used (e.g. authFlowOverrides) it uses the names instead of the IDs as they are generated by Keycloak and they are not equal through the different stages.
You can easily delete every id-row in your export, you just need to reference without the IDs though.
Current Behavior
I manually configured keycloak, including the setting in this screen
which is important for my stuff to work. Then I exported the config via
kc.sh export
and got the config file in JSON format. This file contains the following section, where I assume the above screen is storedbut when this configuration is applied during the next deployment, somehow that configuration seems to be missing.
Expected Behavior
I expect the exported
authenticatorConfig
configuration applied again to lead to the exact same resulting configuration (in the UI) again.Steps To Reproduce
No response
Environment
docker.io/bitnami/keycloak:24.0.4-debian-12-r1
docker.io/bitnami/keycloak-config-cli:5.12.0-debian-12-r5
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
(as of the config-cli image)Anything else?
No response
The text was updated successfully, but these errors were encountered: