Skip to content

Commit

Permalink
move last column to footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed Mar 18, 2021
1 parent ba23d0f commit 2d8fdd6
Showing 1 changed file with 58 additions and 16 deletions.
74 changes: 58 additions & 16 deletions proposals/evaluation/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,60 @@
# 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). |
|||| [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) | |
| 🔸 || 🔸 | [3.2.2. The system shall ensure that there are practical and efficient mechanism available for the client to determine an appropriate credential to present for access to a given resource.](https://solid.github.io/authorization-panel/authorization-ucr/#req-vc-determine) | [issue 189: ACLs on ACLs for WAC](https://github.com/solid/authorization-panel/issues/189) |
| 🔸 | 🔸 | 🔸 | []() | |

✅ Requirement is fulfilled
❌ Requirement is not fulfilled
🔸 Status of requirement fulfillment to be determined
* ✅ Requirement is fulfilled
* ❌ Requirement is not fulfilled
* 🔸 Status of requirement fulfillment to be determined

| WAC | WAC+ | ACP | Requirement |
| --- | --- | --- | --- |
| 🔸 [w1.1]| 🔸 | 🔸 | [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) |
| 🔸 | 🔸 [p1.2] | 🔸 | [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) |
| 🔸 | 🔸 [p2.2] | 🔸 | [3.2.2. The system shall ensure that there are practical and efficient mechanism available for the client to determine an appropriate credential to present for access to a given resource.](https://solid.github.io/authorization-panel/authorization-ucr/#req-vc-determine) |
| 🔸 | 🔸 | 🔸 | []() |

## Notes

### [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.1 WAC
[w1.1]:#w1-1

https://github.com/solid/authorization-panel/issues/176

### [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.2 WAC+
[p1.2]:#p1-2

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.7. The system shall allow access to be limited to any authenticated agent.](https://solid.github.io/authorization-panel/authorization-ucr/#req-authenticated)

### [3.2.2. The system shall ensure that there are practical and efficient mechanism available for the client to determine an appropriate credential to present for access to a given resource.](https://solid.github.io/authorization-panel/authorization-ucr/#req-vc-determine)

#### 3.2.2 WAC+
[p2.2]:#p2-2

[issue 189: ACLs on ACLs for WAC](https://github.com/solid/authorization-panel/issues/189)








0 comments on commit 2d8fdd6

Please sign in to comment.