Skip to main content
Version: 8.5

Managing mapping rules

In this guide, you will learn how to manage mapping rules in Identity and how to control the Camunda entities related to them.

tip

To learn more about the concept of mapping rules, see the mapping rules documentation.

  1. Log in to the Identity UI and navigate to the Mappings tab.

mapping-rule-management-tab

info

The Default mapping rule is created during startup using the IDENTITY_INITIAL_CLAIM_NAME and IDENTITY_INITIAL_CLAIM_VALUE environment variables to allow an initial user access to the Identity UI. Once you have access to the Identity UI, configure the additional mapping rules to ensure your users have the correct access to the Camunda components.

  1. Click the Add mapping button and select the type of mapping to create. You can create a mapping for a role or tenant.

mapping-rule-add

  1. Fill in the fields for the mapping rule and click Create.
note

The operator option is used to define how we evaluate the rules against your tokens. The options are:

  • Contains: Used for array-based claims, such as a list of roles.
  • Equals: Used for string-based claims, such as a string ID.

mapping-rule-add-modal

The created mapping rule can be seen in the table.

mapping-rule-refreshed-table