Hi … I have spring boot project which is using keycloak for authentication . I am trying to enable multi tenancy with separate schema for each Tenant but with single Process engine. Is there any working example or sample code available for this?
How to setup Multi-Tenancy with separate schema for each tenant in camunda 7 spring boot application
Anyone encountered below error:
{
“type”: “InvalidRequestException”,
“message”: “Identity service implementation is read-only.”,
“code”: null
}
I get Error code 403, when trying to create Tenant fro camunda UI. I am using keycloak as SSO.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.