openlink / virtuoso-opensource

Virtuoso is a high-performance and scalable Multi-Model RDBMS, Data Integration Middleware, Linked Data Deployment, and HTTP Application Server Platform
https://vos.openlinksw.com
Other
863 stars 210 forks source link

Oauth Sparql : the passed UID 114 is not valid or user is not enabled #222

Open BorderCloud opened 10 years ago

BorderCloud commented 10 years ago

Hi

I try to reproduce the part '16.2.3.4.4. SPARQL OAuth Endpoint' of your document. http://docs.openlinksw.com/virtuoso/rdfsparql.html

But at the end, the page /oauth/sparql.vsp give me an error: Virtuoso 22023 Error SR611: Function __rgs_ack_cbk needs a valid user ID in argument 2, the passed UID 114 ("toto") is not valid or user is not enabled SPARQL query: define sql:big-data-const 0

output-format:text/html

define sql:signal-void-variables 1 define sql:gs-app-callback "ODS" select distinct ?Concept where {[] a ?Concept} LIMIT 100

It's a bug ?

Thanks Best regards.

HughWilliams commented 10 years ago

What version of the Virtuoso are you using ? If not already using it please update to the latest Virtuoso open source git develop/7 at:

http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGitUsage

BorderCloud commented 10 years ago

I have the last version. The last version works with Oauth but only without the configuration https.

HughWilliams commented 10 years ago

What is the problem with the https configuration ?

BorderCloud commented 10 years ago

When I switch the server only on the listener https :

Thanks.

HughWilliams commented 10 years ago

What is the version of the conductor and ods_framework vads you are using and where were these obtained from ?