I have a requirement of implementing KeyCloak over external Database and should be able to CRUD users and roles and along with mapping/assigning them.
I also able to develop CRUD Users using User Storage SPI, but was unable to find any content regarding Role Storage SPI or any implementations on github.
So it would be really helpful if there any links or github implementations would be provided for the CRUD of roles over external DB and also linking created roles with created users.