micedre/keycloak-mail-whitelisting

Update Domains from SQL to Keycloak

Boostedk20 opened this issue · 1 comments

Hello.

I am currently evaluating the functionality of this extension and while entering the domain into the UI works very well, I am trying script a job that checks another database for a list of domains to populate into AUTHENTICATOR_CONFIG_ENTRY » validDomains. I see the entries are ## delaminated and if I restart my Keycloak container, the newly added domains populate into the UI.

Do you know of a way to force the pull of data from the sql database without restarting the entire container? Is there a way to restart/refresh just this extension?

Thank you

With help of someone I am working with, figured out this can be accomplished with clearing the realm cache via an API call. Thank you