Reputation: 11
It is possible to prevent Keycloak from creating default Clients (e.g. account, account-console, admin-cli) in the new Realm? I init my Keycloak from realm-export.json
using Docker.
I removed default Clients from realm-export.json
and add own, but the result is both exist in Realm.
Upvotes: 1
Views: 1293
Reputation: 514
It's essential for Keycloak that you don't remove the built-in default clients. It may cause exceptions on some points.
If you don't need them, just disable them, but don't delete!
Upvotes: 1