Dose anybody know how overide Keyclock JpaUserProvider using extension?
Hi. It is required to call an external microservice to check the license when adding a user and roles to the keyclock. Can anyone know how to do this?
Dose anybody know how overide Keyclock JpaUserProvider using extension?
Hi. It is required to call an external microservice to check the license when adding a user and roles to the keyclock. Can anyone know how to do this?
Copyright © 2021 Jogjafile Inc.
To override the
JpaUserProviderwith extension, you need to create a customSPI(Service Provider Interface). Use theUserProvider interface to create a custom user provider and override the methods you think you might need. Here's an example:Note: You might want to look at this article for more info.