You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Mikael Pesonen <mi...@lingsoft.fi> on 2021/12/10 13:53:19 UTC

Access control for federated queries

Hi,
is there a recommended way to handle access control for servers which 
are serving federated queries?
So is it possible to configure which servers may access which graphs or 
datasets, for example?



Re: Access control for federated queries

Posted by Andy Seaborne <an...@apache.org>.

On 10/12/2021 13:53, Mikael Pesonen wrote:
> 
> Hi,
> is there a recommended way to handle access control for servers which 
> are serving federated queries?
> So is it possible to configure which servers may access which graphs or 
> datasets, for example?
> 
> 

Yes. Allocate a "user id" to the servers, have them make HTTP using 
authentication, and use the API and graph access security.

     Andy