I use camunda8 self managed setup: Camunda 8 Self-Managed | Camunda 8 Docs
I use self managed identity module:What is Identity? | Camunda 8 Docs
to create tenant, add users assign roles etc…
I am able to perform above using identity UI.
I want to perform above activity using code from a spring boot application. is it possible? can you please help me how can I achieve this from code.
Analysis:
camunda8 provides rest API for web modeller, operate but I am not able to find rest api for identity module to create tenant, add users to identity etc?
is there any way to achieve this from sprint boot application?
or I must do it from identity UI only?
camunda:
identity:
type: KEYCLOAK
baseUrl: <IDENTITY_URL>
issuer: <KEYCLOAK URL>
issuerBackendUrl: <KEYCLOAK URL>
clientId: <CLIENT ID OF YOUR APP>
clientSecret: <CLIENT SECRET OF YOUR APP>
audience: <AUDIENCE OF YOUR APP>
Your app should have access to the identity-resource-server audience by default.