If you can’t use Java code to configure things when Fuseki starts, then you’d instead need some kind of proxy server between the servers that injects the authentication credentials.
Then your SPARQL queries will need to be rewritten to call SERVICE <proxy> rather than SERVICE <target> Rob From: Mikael Pesonen <mikael.peso...@lingsoft.fi> Date: Tuesday, 26 November 2024 at 12:02 To: users@jena.apache.org <users@jena.apache.org> Subject: SPAM-LOW: Federated query with auth & Fuseki endpoint Hi, since SPARQL doesn't support credentials in SERVICE method, is there some other preferred way to handle autentication between servers without using java? We are executing SPARQL with curl call to Fuseki endpoint.