I am trying to access my Stardog Cloud (free) SPARQL endpoint from a 3rd party app (that supports SPARQL queries).
The endpoint is the usual: https://sd-fa5XXXX5.stardog.cloud:5820
and I use SSO (google) to authenticate.
It seems I have some access control issues, as the connection attempt always returns error 401.
I then created another account (as some responses here indicated that might work with the cloud and read roles) but that gives error 405
Any help appreciated....