nodeSolidServer / nodeSolidServer/node-solid-server
Set audience to the resource server by default
Đang mở
@dmitrizagidulin đang làm issue này rồi.
Từ ngày 12/2/2019.
- Ngôn ngữ chính
- JavaScript
- Star
- 1.8k
- Fork
- 308
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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:
- Modify
oidc-op's authentication and token requests to use the server'sdefaultRsUrias the defaultaudience for the AccessToken. (PR https://github.com/solid/oidc-op/pull/16, in review) - Modify
oidc-auth-managerto pass in theserverUri, to serve as the default RS uri. (PR https://github.com/solid/oidc-auth-manager/pull/39, in review) - Modify
node-solid-serverto use the updated oidc-op and oidc-auth-manager libs.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.