ODS.ODSFeedManagerWebIDACLGroup

  • Topic
  • Discussion
  • ODS.ODSFeedManagerWebIDACLGroup(Last) -- DAVWikiAdmin? , 2017-06-29 07:29:26 Edit WebDAV System Administrator 2017-06-29 07:29:26

    ODS Feed Manager WebID? Protocol Sharing to Group

    1. Configure Virtuoso+ODS instance as an X.509 Certificate Authority and HTTPS listener
    2. Generate a Personal HTTP based Identifier for fictitious Person Entity: Tom and then bind his personal Identifier to an X.509 Certificate (thereby giving him a WebID?)
    3. Generate a Personal HTTP based Identifier for fictitious Person Entity: Anna and then bind her personal Identifier to an X.509 Certificate (thereby giving her a WebID?)
    4. Log into ODS-Feed Manager as user "Demo" (a Person Entity)
    5. Create a WebID Protocol Group, for ex. with name "MyWebIDGroup?" and add the users Tom and Anna's WebID?'s to it:

      -- Tom's WebID http://cname/dataspace/person/tom#this -- Anna's WebID http://cname/dataspace/person/anna#this

    6. Share an ODS-Feed Manager subscription explicitly with "Tom and Anna" via their Group WebID?:

      http://<cname>/dataspace/demo/group/MyWebIDGroup

    7. As user which belongs to the WebID? Protocol Group "MyWebIDGroup?": Tom, attempts to view the subscription shared by Person Entity "Demo" by doing the following:
      • refresh browser
      • access the Feed Manager url:

        https://host:ssl-port/dataspace/username/subscriptions/user-feedmanager-instance-name/

        • For this example, it could be:

          https://localhost:4433/dataspace/demo/subscriptions/Demo%20User%27s%20Feed Manager/

      • when prompted by browser, select Tom's Certificate



    8. As user which belongs to the WebID? Protocol Group "MyWebIDGroup?": Anna, attempts to view the subscription shared by Person Entity "Demo" by doing the following:
      • refresh browser
      • access the Feed Manager url:

        https://host:ssl-port/DAV/home/user-name/user-subscription.

        • For this example, it could be:

          https://localhost:4433/dataspace/demo/subscriptions/Demo%20User%27s%20Feed Manager/

      • when prompted by browser, select Anna's Certificate



    9. For both users after successful authentication, will be possible to view or (edit) the shared subscription by expanding the "Feeds" tab content:



    References