You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This repository contains SolidLab research artefacts on use of UMA in the Solid
12
12
13
13
-[`@solidlab/ucp`](packages/ucp): Usage Control Policy decision/enforcement component.
14
14
15
+
15
16
## Getting started
16
17
17
18
In order to run this project you need to perform the following steps.
@@ -33,10 +34,12 @@ You can then execute the following flows:
33
34
34
35
`yarn script:flow` runs all flows in sequence.
35
36
37
+
36
38
## Implemented features
37
39
38
40
The packages in this project currently only support a fixed UMA AS per CSS RS, and contain only the trivial [AllAuthorizer](packages/uma/src/models/AllAuthorizer.ts) that allows all access. More useful features are coming soon ...
39
41
42
+
40
43
### Usage control policy enforcement
41
44
42
45
Used for creating a modular engine that calculates which access modes are granted based on:
@@ -54,6 +57,4 @@ Then a read request is performed using the engine, which results in a list of gr
54
57
55
58
## Next steps
56
59
57
-
-[Wout Slabbinck](https://github.com/woutslabbinck) will look into custom [Authorizers](packages/uma/src/models/Authorizer.ts), in particular an integratation with Koreografeye for the research on Usage Control Patterns.
58
-
59
-
-[Wouter Termont](https://github.com/termontwouter) will implement UMA Resource Registration (as specified in UMA 2.0 Federation), and integrate UMA AS coupling into the onboarding flow of the CSS.
60
+
Have a look at the [milestones](https://github.com/SolidLabResearch/user-managed-access/milestones) we set for ourselves, and other [issues](https://github.com/SolidLabResearch/user-managed-access/issues) we would like to solve.
0 commit comments