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 #1061 (comment)
Action items:
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 #1061 (comment)
Action items:
oidc-op's authentication and token requests to use the server'sdefaultRsUrias the defaultaudience for the AccessToken. (PR Set aud to resource server, for AccessTokens oidc-op#16, in review)oidc-auth-managerto pass in theserverUri, to serve as the default RS uri. (PR Rename providerUri to serverUri where appropriate. oidc-auth-manager#39, in review)node-solid-serverto use the updated oidc-op and oidc-auth-manager libs.