Keycloak-Odoo Flows
Flows Overview
sequenceDiagram
participant Odoo
participant Ozone
participant Keycloak
Odoo->>Ozone: Roles
Ozone->>Keycloak: Roles
Flows List
Source | Element | Target | Element | |
---|---|---|---|---|
Odoo | Role | → | Keycloak | Role |
Odoo | Roles | ⊝ | Keycloak |
Flows Details
1 Odoo Role → Keycloak Role
A role in Odoo is synchronized as a role in Keycloak under the 'odoo' client.
flowchart LR
a["Odoo role"]-- 1-to-1 -->b["Keycloak role"]
2 Odoo Roles ⊝ Keycloak Role
Keycloak roles under the 'odoo' client that do not exist in Odoo are periodically deleted.
flowchart LR
a["Odoo roles"]-- delete -->b["Keycloak role"]