Skip to content

Commit 89e26f7

Browse files
committed
docs: re-phrase authentication documentation
1 parent a01c096 commit 89e26f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/identity/authorization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Authorizations are managed through permissions that can be assigned to [users](u
1010

1111
Camunda 8 cluster uses resource-based authorization control, which means that permissions are granted to entities (like users) to perform specific actions on specified resources. For example, permissions can be set for actions such as reading, updating, creating, or deleting resources like process instances.
1212

13-
A user is not granted access to anything by default and must be explicitly granted permission to access applications or perform actions on resources. Authorizations can be enabled or disabled in Self-Managed deployments via [configuration settings](/self-managed/identity/orchestration-identity/installation.md#enable-api-authentication-and-authorizations).
13+
A user is not granted authorizations by default and must be explicitly granted permission to access applications or perform actions on resources. Authorizations can be enabled or disabled in Self-Managed deployments via [configuration settings](/self-managed/identity/orchestration-identity/installation.md#enable-api-authentication-and-authorizations).
1414

1515
## Authorization concepts
1616

0 commit comments

Comments
 (0)