[~kpiwko] [~tkriz]I might have missing the point, but how this solution will solve the problem?
- admin-ui acts like a public client and the file under webapps/config is required. - ag-push requireds keycloak.json under WEB-INF and is bearer-only. Please refer to the documentation "The first thing you must do is create a keycloak.json adapter config file within the WEB-INF directory of your WAR. The format of this config file is describe in the general adapter configuration section."
As far as I can tell a keycloak.json file can't be both public client and bearer-only at the same time. It defeats the purpose. That's the reason why we have 2 keycloak.json file. The best I can do is to rename to avoid confusion, otherwise we're just transferring the configuration to another place.
Did I miss anything?
|