-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Requests and Grants #9
Comments
For this, what would be needed, is that the resource owner needs to specify which resources are 'discoverable to request access to': So I expect the UI to have a button/switch 'Can people ask access to this resource?' (which gets saved separately in another, publicly readable resources.json file, because this switch doesn't directly affect access control). If an external user then requests access (via loama), the loama app can then (via the resources.json file of the owner) show which resources access can be requested to. So flow could be:
In a first version, you could skip the resources.json file dependency and have user B to manually both enter/select userA.pod.com/profile/card#me ánd enter userA.pod.com/profile/myFriendsData, but I'm not sure doing it in 2 phases would give that much efficiency gain. |
Currently, it is possible to grant access to resources under your control. But what if you know a resource from a different Solid Agent (user, identified by WebID) and want to request access.
The only way of achieving that is asking the person behind the Solid Agent for access.
It would be nice if instead, you could request access for that resource to the Solid Agent directly.
A limitation right now is that for a given resource, you don't know the agent that has
acl:Control
and can not discover it.So if you want access, you will both need to know the
resource URL
and some sort ofagent Inbox
(maybe part of the WebID Document) such that you can send a notification to request access.Some pointers:
The text was updated successfully, but these errors were encountered: