You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect to a secured GraphDB (version 9.3.3) instance from ld-r.
The GraphDB instance will hold both the user configuration and dataset triples (in a separate repo)
Actual Behavior
The documentation states I can provide a username/password combination in the server.js. Graphdb supports JWT. So I would like to upgrade to a more secure authentication method.
Steps to Reproduce the Problem
enable security on GraphDB
provide username, password parameters in server.js file 3. observe that there is no connection...
username/password combination is visible in network traffic...
Specifications
Version: graphDB 9.3.3, ld-r current git master
Platform: ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
Expected Behavior
I want to connect to a secured GraphDB (version 9.3.3) instance from ld-r.
The GraphDB instance will hold both the user configuration and dataset triples (in a separate repo)
Actual Behavior
The documentation states I can provide a username/password combination in the server.js. Graphdb supports JWT. So I would like to upgrade to a more secure authentication method.
Steps to Reproduce the Problem
3. observe that there is no connection...username/password combination is visible in network traffic...
Specifications
The text was updated successfully, but these errors were encountered: