Skip to content

Commit

Permalink
docs: update next steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
termontwouter authored Feb 14, 2024
1 parent e6de2a9 commit e01d610
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This repository contains SolidLab research artefacts on use of UMA in the Solid

- [`@solidlab/ucp`](packages/ucp): Usage Control Policy decision/enforcement component.


## Getting started

In order to run this project you need to perform the following steps.
Expand All @@ -33,10 +34,12 @@ You can then execute the following flows:

`yarn script:flow` runs all flows in sequence.


## Implemented features

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 ...


### Usage control policy enforcement

Used for creating a modular engine that calculates which access modes are granted based on:
Expand All @@ -54,6 +57,4 @@ Then a read request is performed using the engine, which results in a list of gr

## Next steps

- [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.

- [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.
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 comments on commit e01d610

Please sign in to comment.