Re: [Virtuoso-users] Authenticating a service to use the SPARQL endpoint

2016-11-03 Thread Arun Balagopalan
Thanks a lot Quentin, that was exactly what I was looking for. My client is in python, and the sparql library I'm using makes it really easy to perform digest authentication against /sparql-auth. Here is a snippet for others who might be interested https://gist.github.com/wikier/38c0e3a4925b0bb81d

Re: [Virtuoso-users] Authenticating a service to use the SPARQL endpoint

2016-11-02 Thread Quentin
Hi Arun, OAuth can be done programatically but it's a little convoluted to do so. In anycase, Virtuoso supports other forms of authentication than OAuth. https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksDigestAuthAJAX You haven't mentioned what kind of applicati

[Virtuoso-users] Authenticating a service to use the SPARQL endpoint

2016-11-02 Thread Arun Balagopalan
Hi all, I am trying to build a service that uses Virtuoso DB with DBpedia data. I've got the setup to a point where the data is loaded and my client can query the Virtuoso server using the public SPARQL endpoint. Now I want to secure access to the server, ie allow only authorized applications to a