Virtuoso Open-Source Wiki
Virtuoso Open-Source, OpenLink Data Spaces, and OpenLink Ajax Toolkit
Recent Pages
The following pages have been modified recently:
Guide for Setting Web ID ACLs
- Make sure the SPARQL-SSL Endpoint is created.
-
Generate an X.509 Certificate hosted WebID, for ex.
for user john with WebID:
http://ods-qa.openlinksw.com/dataspace/person/john#this
- Go to
http://<cname>:<port>/conductor
- Enter dba user's credentials.
- Go to "System Admin" -> "Security" -> "Access Control" -> "SPARQL-SSL"
- Register the WebID from above and select SPARQL role:
- Optionally you can set user john to be able to set WebID ACL for odbc/sql log in:
- Go to "System Admin" -> "User Accounts" and click "Edit" for user john.
- In the presented form:
- Change "User type" to "SQL/ODBC and WebDAV"
- Add "Account Role": "SPARQL_SELECT"
- Add in "WebID for ODBC/SQL authentication" for ex:
http://ods-qa.openlinksw.com/dataspace/person/john#this
- Import the generated from above X.509 Certificate in Cryptographic Keys:
- Access the SPARQL-SSL Endpoint i.e.
https://:/sparql-ssl
- Select the generated from above certificate
- The SPARQL-SSL Endpoint UI should be displayed
- Execute a sample query, for ex:
SELECT *
WHERE {?s ?p ?o}
LIMIT 10
Related