nodeSolidServer / node-solid-server

Solid server on top of the file-system in NodeJS
https://solidproject.org/for-developers/pod-server
Other
1.78k stars 299 forks source link

Set audience to the resource server by default #1082

Open RubenVerborgh opened 5 years ago

RubenVerborgh commented 5 years ago

Change the way Access Tokens are issued by default, and set their audience to the Resource Server (instead of client_id). That way, the access_token in oidc-rp storage can actually be used as a simple way to communicate with a user's home pod.

As per https://github.com/solid/node-solid-server/issues/1061#issuecomment-459688994

Action items:

dmitrizagidulin commented 5 years ago

(working on this currently)