Hi all
I know there are existing questions about this but they either do not have the information I need or do not have any answers at all.
I am running odoo in kubernetes with the bitnami helm chart, and I want the identity access management to be done with keycloak. I have created a keycloak client for odoo, as well as set up auth_oauth in odoo:
my-keycloak default 1 deployed keycloak-24.0.0 26.0.0
my-odoo default 4 deployed odoo-28.0.0 18.0.20241005
When I attempt to login with keycloak I get 'Sign up is not allowed on this database' as well as the error message 'auth_signup not installed on database bitnami_odoo: oauth sign up cancelled' I thought it therefore might help if the user already existed in both keycloak and odoo but it does not.
Any advice would be greatly appreciated.