Hello,
I am integrating Odoo 16 with Keycloak for authentication using OAuth2.
Here are the steps I have taken:
- Created a realm and a client in Keycloak.
- Configured an OAuth2 provider in Odoo with Keycloak’s details.
- Created a test user in Keycloak and assigned it the required roles.
- Tried logging into Odoo using Keycloak authentication.
However, when I attempt to log in, I receive an "Access Denied" error.