Hi Everyone,
I have an application that runs on a postgresql database, keycloak has been configured and has created all the required tables/columns in my schema using liquibase on start up of the keycloak server.
I need to authenticate users using the projects existing user table obtaining the username and password from this table.
I have had a look at the federation provider project under the example projects but this still eludes me as to how I change the keycloak mapping to use my own tables in postgress?
Can someone please point me in the right direction or if someone has implemented such a solution please share how you have done it?