Look into authorization consistency

Aperta
#103 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
30/100
Tipo di issue
Refactoring
Chiarezza
Da chiarire
Stato di attività
Attiva
Stack tecnologico
typescript

Direzione di ricerca

Review the three authorization paths described in the issue and the overlapping access scenario in pull request #101. Compare PAT, client-claim, and OIDC-header authentication across the server interactions. Done means the overlap has a documented, agreed-upon authorization approach rather than an unresolved investigation.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

There are multiple authorization paths in the server.

  1. RS <-> AS interactions where a PAT is required, following the UMA specification.
  2. Client claims during a token request.
  3. Other client interactions outside of the specifications, such as policy management and access requests. This uses standard OIDC headers.

The problem is if some of these overlap, which happened in https://github.com/SolidLabResearch/user-managed-access/pull/101, where the client wanted to access the list of registered resources. The current solution is to allow both the PAT flow, and standard client OIDC authentication, but it should be investigated if these can be more aligned since in the end both use OIDC tokens, but slightly differently.

Lingua principale
TypeScript
Stelle
9
Fork
4
Merge medio
4g 21h
PR unite (30g)
3

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di SolidLabResearch/user-managed-access

Tutte le issue di SolidLabResearch/user-managed-access

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.