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
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
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