Skip to content

Add section on Authorization. Fix #204. #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,26 @@ <h2>Disputes</h2>

</section>

<section>
<h2>Authorization</h2>

<p>
<a>Verifiable credentials</a> are intended as a means of reliably identifying
subjects. Whilst it is recognized that Role Based Access Controls (RBAC) and
Attribute Based Access Controls (ABAC) rely on this identification as a means
of authorizing subjects to access resources, this specification
MUST NOT be used for authorization purposes without an accompanying
authorization framework.
</p>

<p>
The Working Group did consider authorization use cases during the creation of
this specification and is pursuing that work as an architectural layer that is
built on top of this specification.
</p>

</section>

<section>
<h2>Conformance</h2>

Expand Down