From dda08638c074f00c8e9be87a8bf06f313ab487d4 Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Wed, 24 Feb 2021 09:11:05 -0600 Subject: [PATCH] PoC evaluation table --- proposals/evaluation/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 proposals/evaluation/index.md diff --git a/proposals/evaluation/index.md b/proposals/evaluation/index.md new file mode 100644 index 00000000..90183e64 --- /dev/null +++ b/proposals/evaluation/index.md @@ -0,0 +1,12 @@ +# Evaluation of proposals for Authorization + +| WAC | ACP | | +| --- | --- | --- | +| โœ… | โœ… | [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) | +| โŒ | ๐Ÿ”ธ | [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) | +| ๐Ÿ”ธ | ๐Ÿ”ธ | [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.7. The system shall allow access to be limited to any authenticated agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-authenticated) | +| ๐Ÿ”ธ | ๐Ÿ”ธ | []() |