Skip to content

Commit 4f12a02

Browse files
authored
Merge pull request #26 from uvdsl/security
Remove 'authenticated' requirement for authorization
2 parents 65b74d5 + d6329b8 commit 4f12a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Security and Privacy</h2>
130130

131131
<ul>
132132
<li><dfn>authentication</dfn> - the process of verifying the identity of an agent executing a request.</li>
133-
<li><dfn>authorization</dfn> - the process of determining if an authenticated agent has permission to access a specific resource or perform one of a set of <a>operations</a>.</li>
133+
<li><dfn>authorization</dfn> - the process of determining whether an agent has permission to access a specific resource or perform one of a set of <a>operations</a>.</li>
134134
<li><dfn>resource manager</dfn> - (<a href="https://w3c.github.io/lws-ucs/spec/#dfn-controller">controller</a> in UCS) An agent that has permission to control access to a <a>served resource</a>.</li>
135135
</ul>
136136

0 commit comments

Comments
 (0)