Skip to content

Commit 58a6fc3

Browse files
authored
SMall fixes
1 parent 5fcac1a commit 58a6fc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

15/umbraco-cms/fundamentals/data/users/api-users.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
description: >-
3-
This guide will explain the concept of API Users and how they differ from regular Users how to define
3+
This guide will explain the API Users concept and how they differ from regular Users how to define
44
---
55

66
# API Users
77

8-
API Users allows for authorizing [external access](../../../reference/management-api/external-access.md) to the Management API.
8+
API Users allow for authorizing [external access](../../../reference/management-api/external-access.md) to the Management API.
99

10-
An API User is identical to a [regular User](README.md) except from one thing: It has no password. In fact, API Users are not allowed to log into the backoffice like regular Users.
10+
An API User is identical to a [regular User](README.md) except for one thing: It has no password. In fact, API Users are not allowed to log into the backoffice like regular Users.
1111

12-
Instead, API Users hold the Client Credentials used to authorize against the Management API. When an external source authorizes with the Client Credentials, it effectively assumes the identity of the API User.
12+
Instead, API Users hold the Client Credentials used to authorize against the Management API. When an external source authorizes using Client Credentials, it effectively assumes the identity of the API User.
1313

14-
Since API Users are otherwise identical to regular Users, their backoffice access can be controlled in the same way. This allows for imposing detailed access control on the external sources connected to the Management API.
14+
Since API Users are identical to regular Users their backoffice access can be controlled in the same way. This allows for imposing detailed access control on the external sources connected to the Management API.
1515

1616
![An API User in the backoffice](../images/api-user.png)
1717

0 commit comments

Comments
 (0)