CycriLabs / keycloak-configurator

Configures Keycloak based on a set of JSON configuration files
MIT License
8 stars 0 forks source link

fix: handle user export errors gracefully (#63) #66

Closed MarcScheib closed 3 months ago

MarcScheib commented 3 months ago

The user export fails if a component like LDAP provider is registered. In that case, Keycloak tries to connect to LDAP to request user info. However, if this connection can't be established, the user export fails and the complete export process itself stops.

This fixes the user export by catching potential errors. It logs the error and continues with the remaining process.