OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.OdsBriefcaseSkyDriveWebIDACL(Last) -- DAVWikiAdmin? , 2018-01-02 10:59:33 Edit WebDAV System Administrator 2018-01-02 10:59:33

    WebID ACL protect a mounted Microsoft OneDrive (formerly SkyDrive) remote collection of resources

    The following guide presents simple scenario how to WebID ACL protect a remote mounted Microsoft OneDrive (formerly SkyDrive) resources collection:

    1. Generate an X.509 WebID Certificate, for ex. for this WebID:

      http://id.myopenlink.net/dataspace/person/demo#this

    2. On a remote Virtuoso Briefcase instance Mediate access to data stored on Microsoft OneDrive. For ex. in folder named "MyOneDrive":



    3. Click "Edit":



    4. Go to "Sharing":



    5. Set WebID ACL by adding the WebID from above:

      http://id.myopenlink.net/dataspace/person/demo#this





    6. Export the generated certificate (if using Firefox for ex.) for ex. in file with name demo.p12
    7. Go to your local ODS Data Space instance at http://host:port/ods



    8. Click Sign In and enter your user's credentials:



    9. Go to Edit Profile -> Security -> Generate & Private Key:



    10. Import the private key from the generated from above certificate, for ex. under name: "MyKey":



    11. Go to Briefcase:



    12. Click "Create new folder":



    13. In the presented form:
      • Specify name, for ex: "RemoteOneDrive"
      • Specify type "WebDAV":



    14. Go to the "WebDAV" tab:



    15. In the presented form enter respectively:
      • Set "Activity manager (on/off)" to on;
      • For "WebDAV path" enter the WebDAV path to the mounted from above remote collection https://host:port/DAV/home/user-name/folder-name/ ;
      • Set "Authentication type" to "WebID";
      • Set in "User's Key" the imported private key "MyKey" from above;
      • Set "Graph name" or leave the default suggested value;
      • Set "Sponger" to on and specify which Extractor and Meta Cartridges to be included when sponging:



    16. Click "Create".
    17. The WebDAV folder should be created:



    18. Click the link name of the freshly created "RemoteOneDrive" folder. 1 Should be presented the content of the remote mounted OneDrive collection:



    Related