Hi everyone.
I have two Keycloak servers that I configured using the json file with the original configuration.
After that, the “clients” on the servers added new addresses to validRedrectUrls (in other words changed the configuration a bit).
I added the new client to the json file with the original configuration.
Now I’m going to update the Keycloak servers and apply the configuration from json file with new clien(ideally do it automatically). But if I overwrite the server configuration, I will lose all the “client’s” changes on the servers.
Can you give advice on how to solve this problem?