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: docs/en/stack/security/authorization/overview.asciidoc
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
[[authorization]]
3
3
== User authorization
4
4
5
-
{security} introduces the concept of _authorization_ to the {stack}.
6
-
Authorization is the process of determining whether the user behind an incoming
7
-
request is allowed to execute the request.
5
+
The {stack-security-features} add _authorization_, which is the process of determining whether the user behind an incoming request is allowed to execute
6
+
the request.
8
7
9
8
This process takes place after the user is successfully identified and
10
9
<<setting-up-authentication,authenticated>>.
@@ -13,9 +12,9 @@ This process takes place after the user is successfully identified and
13
12
[float]
14
13
=== Role-based access control
15
14
16
-
{security} provides a role-based access control (RBAC) mechanism, which enables
17
-
you to authorize users by assigning privileges to roles and assigning roles to
18
-
users or groups.
15
+
The {security-features} provide a role-based access control (RBAC) mechanism,
16
+
which enables you to authorize users by assigning privileges to roles and
0 commit comments