You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/data/users/api-users.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: >-
7
7
8
8
API Users allows for authorizing [external access](../../../reference/management-api/external-access.md) to the Management API.
9
9
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 back-office like regular Users.
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.
11
11
12
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.
0 commit comments