[Virtuoso-users] Implementing a simple ACL atop a SPARQL endpoint

2011-04-14 Thread Aldo Bucchi
Hi, I have done this many times already, so I can tell it is a pattern. I have a Virtuoso in an intranet, and one or more applications talk to it via SPARQL HTTP. I would like to also allow selected external users (humans) and applications to access the endpoint. Some with SPARQL Update

Re: [Virtuoso-users] Implementing a simple ACL atop a SPARQL endpoint

2011-04-14 Thread Hugh Williams
Hi Aldo, You can use WebID/Oauth/SQL authentication and configure separate SPARQL endpoints with various ACLs and user access rights as detailed in section 16.2.3.4.1. Managing a SPARQL Web Service Endpoint of the documentation at :

Re: [Virtuoso-users] Implementing a simple ACL atop a SPARQL endpoint

2011-04-14 Thread Tim Haynes
On 14/04/2011 04:57, Aldo Bucchi wrote: Hi, I have done this many times already, so I can tell it is a pattern. I have a Virtuoso in an intranet, and one or more applications talk to it via SPARQL HTTP. I would like to also allow selected external users (humans) and applications to