Is there a way to disable user registration in Keycloak realm's local database as part of first broker login?

913 Views Asked by At

As per Keycloak documentation when the user is logs in through identity brokering, Keycloak checks and creates user in realms local database as part of First Broker Login Flow.

Is there a way to disable user onboarding in Keycloak local database and always check for the authentication from IDP instead of local database?

And what is the rationale behind this default Keycloak implementation as there are some basic issues like user data synchronisation between Keycloak and IDP?

0

There are 0 best solutions below