For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Introduction to Admin

Use the integrated Orchestration Cluster Admin (formerly Orchestration Cluster Identity) to manage Camunda 8 authentication, authorization, and cluster administration.

note

This was renamed in 8.9 to reflect its expanded scope and to avoid confusion with Management Identity.

About Admin​

The Orchestration Cluster Admin interface centralizes all key administrative jobs for a single cluster.

This interface manages identity and access control for cluster components, including Zeebe, Operate, Tasklist, and Orchestration Cluster APIs, while also handling other core features such as cluster variables and the global user task listener. This provides administrators with one central place to configure and operate their clusters end-to-end.

Admin includes the following features:

FeatureDescription
Unified access managementAuthentication and authorization are handled consistently across all Orchestration Cluster components and APIs.
Flexible authenticationAdmin supports multiple authentication modes, including no authentication, Basic authentication, and OpenID Connect (OIDC), depending on the deployment type.
Tenant managementMulti-tenancy is managed directly within the Orchestration Cluster, allowing for clear separation of resources.
Cluster variablesManage configuration values centrally across your cluster, making them available in FEEL expressions.
Global user task listenersConfigure cluster-wide listeners that react to user task lifecycle events across all processes.

For details about authorization concepts, resources, and configuration, see Orchestration Cluster authorizations.

Open Admin​

From Camunda Hub, you can access all your clusters and navigate to any running instance of Admin:

  1. Log in to Camunda Hub.
  2. In the left navigation under Console, click Clusters.
  3. Select a cluster. Each cluster contains its own instance of Admin.
  4. On the Admin card, click Launch. This opens the cluster's Admin instance.
tip

If the cluster is paused, you won't see a Launch button. You must resume the cluster to access its components.

Manage access​

Depending on your setup, Admin allows you to manage Orchestration Cluster access as follows:

EntityDescriptionAvailability
UsersIndividuals who can access applications and perform actions based on their permissions.All deployments
GroupsSimplify access management by granting permissions collectively to groups of users.All deployments
RolesSets of permissions to define what actions can be performed on specific resources. Roles can be assigned to users and groups.All deployments
AuthorizationsThe specific permissions that connect users, groups, or roles with resources and actions (for example, READ, UPDATE, DELETE).All deployments
TenantsLogically isolate data within a single cluster. This is useful for multi-tenancy applications.All deployments
Cluster adminA separate role for cluster-wide operations that span all Physical Tenants, such as status, topology, and restore.Self-Managed only
Admin in Self-Managed

For documentation on deploying Admin as part of Camunda 8 Self-Managed, see Admin in Self-Managed.