Skip to content
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

PoC evaluation table #180

Merged
merged 10 commits into from
Mar 21, 2021
13 changes: 13 additions & 0 deletions proposals/evaluation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Evaluation of proposals for Authorization

| WAC | WAC+ | ACP | Requirement | warrant |
| --- | --- | --- |--- | --- |
| ✅ | ✅ | ✅ | [3.1.1. The system shall allow access to be limited based on the identity of the agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-agent-identity) | [WAC: 1. in [issue 176](https://github.com/solid/authorization-panel/issues/176). |
matthieubosquet marked this conversation as resolved.
Show resolved Hide resolved
| ❌ | ✅ | ❌ | [3.1.2. The system shall allow access to be limited based on the identity of the agent, only when that identity is issued by a trusted identity provider.](https://solid.github.io/authorization-panel/authorization-ucr/#req-trusted-identity) | [WAC+: 2. in [issue 176](https://github.com/solid/authorization-panel/issues/176). | |
| 🔸 | 🔸 | 🔸 | [3.1.3. The system shall allow access to be limited to an agent based on the agent’s membership in a certain group of agents.](https://solid.github.io/authorization-panel/authorization-ucr/#req-agent-group) | |
| 🔸 | 🔸 | 🔸 | [3.1.4. The system shall allow access to be limited to an agent based on the client application in use by the agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-application) | |
| 🔸 | 🔸 | 🔸 | [3.1.5. The system shall allow an agent to limit modes and/or conditions of access for a given client application in their use for a resource or collection that they have been granted access to.](https://solid.github.io/authorization-panel/authorization-ucr/#req-client-constrained) | |
| 🔸 | 🔸 | 🔸 | [3.1.6. The system shall allow access to be permitted for any unauthenticated or authenticated agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-public) | |
| 🔸 | 🔸 | 🔸 | [3.1.6. The system shall allow access to be permitted for any unauthenticated or authenticated agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-public) | |
| 🔸 | 🔸 | 🔸 | [3.1.7. The system shall allow access to be limited to any authenticated agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-authenticated) | |
| 🔸 | 🔸 | 🔸 | []() | |
bblfish marked this conversation as resolved.
Show resolved Hide resolved