I use Keylcoak 8.0.1 to authenticate users for an existing web application.
I wrote a class implementing UserQueryProvider
and UserLookupProvider
for user resolution and password checks.
What do I have to do to assign roles defined in my custom datasource? Is there any interface
to implement?
Thanks for your reply. Nothing changed. Ater user data are obtained from my custom datasource, Keycloak still tries to retrieve user data from the default datasource:
Do I have to extend additional classes or implement further interfaces? I currently implemented