This HTML5 document contains 97 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n30http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg7.
dctermshttp://purl.org/dc/terms/
n15http://cname/sparql.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n5http://vos.openlinksw.com/dataspace/services/wiki/
n16http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg1.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n35https://foaf.me/simpleLogin.
n7http://docs.openlinksw.com/virtuoso/rdfsparql.
dchttp://purl.org/dc/elements/1.1/
n21http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg2.
n27http://vos.openlinksw.com/dataspace/dav#
n33http://test.foafssl.org/cert/
n11http://docs.openlinksw.com/virtuoso/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n6http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg3.
n10http://vos.openlinksw.com/dataspace/person/dav#
n32http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSPARQLProtectSQLDigestAuthentication/sioc.
n20http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg4a.
n4http://ods.openlinksw.com/wiki/ODS/
n28http://vos.openlinksw.com/dataspace/owiki/wiki/
n18http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg4.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n14http://cname/conductor.
n23http://vos.openlinksw.com/dataspace/owiki#
n24http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg5.
n29http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg6a.
xsdhhttp://www.w3.org/2001/XMLSchema#
n25http://vos.openlinksw.com/wiki/main/VOS/VirtSPARQLProtectSQLDigestAuthentication/dg6.
n19http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n12http://vos.openlinksw.com/dataspace/person/owiki#
n34http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n10:this
foaf:made
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n27:this
sioc:creator_of
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n5:item
n6:services_of
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n23:this
sioc:creator_of
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n28:VOS
sioc:container_of
n2:VirtSPARQLProtectSQLDigestAuthentication
atom:entry
n2:VirtSPARQLProtectSQLDigestAuthentication
atom:contains
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n2:VirtSPARQLProtectSQLDigestAuthentication
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:35:50.711879
dcterms:modified
2017-06-29T07:40:00.232667
rdfs:label
VirtSPARQLProtectSQLDigestAuthentication
foaf:maker
n10:this n12:this
dc:title
VirtSPARQLProtectSQLDigestAuthentication
opl:isDescribedUsing
n32:rdf
sioc:has_creator
n23:this n27:this
sioc:attachment
n16:jpg n18:jpg n20:jpg n21:jpg n22:jpg n24:jpg n25:jpg n29:png n30:jpg
sioc:content
%META:TOPICPARENT{name="VirtSPARQLEndpointProtection"}% ---+Secure SPARQL Endpoint Guide via SQL Accounts -- usage path digest authentication The following Guide presents a sample scenario how SPARQL Endpoint can be protected using SQL Account digest authentication: 1. Go to http://cname/conductor. 1. Enter dba credentials: %BR%%BR%<img src="%ATTACHURLPATH%/dg1.jpg" />%BR%%BR% 1. [[VirtTipsAndTricksGuideSPARQLAssignRoleToUser][Assign SPARQL_SELECT role to user]] for ex. with name "demo". 1. Go to Web Application Server -> Virtual Domains & Directories: %BR%%BR%<img src="%ATTACHURLPATH%/dg2.jpg" />%BR%%BR% 1. Locate the associated virtual folder with your Virtuoso SPARQL Endpoint and click "Edit": %BR%%BR%<img src="%ATTACHURLPATH%/dg3.jpg" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/dg4.jpg" /> %BR%<img src="%ATTACHURLPATH%/dg4a.jpg" />%BR%%BR% 1. At the "Authentication options" section apply the following settings: 1. Change <b>Method</b> to: <i>Digest</i>; 1. Add <b>Realm</b> value: <i>SPARQL Endpoint</i>; 1. Specify for <b>Authentication Function</b> the following function name: <i><nowiki>DB.DBA.HP_AUTH_SQL_USER</nowiki></i>; %BR%%BR%<img src="%ATTACHURLPATH%/dg5.jpg" />%BR%%BR% 1 Click "Save Changes". 1 At this stage you will be challenged when you go to /sparql via HTML or cURL (in this case use --digest option). 1 Access the SPARQL Endpoint by going to http://cname/sparql. 1 Should be challenged to enter Username and password: %BR%%BR%<img src="%ATTACHURLPATH%/dg6.jpg" />%BR%%BR% 1 Enter user "demo" credentials and click "Log in" %BR%%BR%<img src="%ATTACHURLPATH%/dg6a.png" />%BR%%BR% 1 On successful log-in, the SPARQL Endpoint query execution page should be presented: %BR%%BR%<img src="%ATTACHURLPATH%/dg7.jpg" />%BR%%BR% ---++Related * [[VirtSPARQLEndpointProtection][Safeguarding your Virtuoso-hosted SPARQL Endpoint]] * [[VirtTipsAndTricksGuideSPARQLEndpointProtection][SPARQL Endpoint Protection Methods Collection]] * [[http://docs.openlinksw.com/virtuoso/][Virtuoso documentation]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpoint][SPARQL Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpointuri][Service Endpoint Security]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#sparqwebservicetbl][Managing a SPARQL Web Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][SPARQL]] * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[VirtSPARQLDET][SPARQL Endpoint DET Configuration Guide]] * [[VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] * [[VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[VirtTipsAndTricksGuideSPARQLEndpoints][Securing SPARQL endpoints]] * [[http://ods.openlinksw.com/wiki/ODS/OdsSPARQLAuth][SPARUL over SPARQL using the http://cname:port/sparql-auth endpoint]] * [[VirtAuthServerUI][Virtuoso Authentication Server UI]] * [[VirtSPARQLSSL][Manage a SPARQL-WebID based Endpoint]] * [[VirtSetupSSL][Configure Virtuoso instance as an X.509 Certificate Authority and HTTPS listener]] * [[http://ods.openlinksw.com/wiki/ODS/ODSSetupSSL][Configure Virtuoso+ODS instance as an X.509 Certificate Authority and HTTPS listener]] * [[http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID][WebID Protocol Support in OpenLink Data Spaces]]. * Manage ODS Datadspaces Objects WebID Access Control Lists (ACLs): * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseWebID][ODS Briefcase WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseWebIDPerson][Person Entity WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseWebIDGroup][Group Entity WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseWebIDPublic][Public WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSFeedManagerWebIDACL][ODS Feed Manager WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSFeedManagerWebIDACLPerson][Person Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSFeedManagerWebIDACLGroup][Group Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSFeedManagerWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[http://ods.openlinksw.com/wiki/ODS/ODSCalendarWebIDACL][ODS Calendar WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSCalendarWebIDACLPerson][Person Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSCalendarWebIDACLGroup][Group Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSCalendarWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBookmarksWebIDACL][ODS Bookmark Manager WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBookmarksWebIDACLPerson][Person Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBookmarksWebIDACLGroup][Group Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBookmarksWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[http://ods.openlinksw.com/wiki/ODS/ODSAddressBookWebIDACL][ODS Addressbook WebID based ACL Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSAddressBookWebIDACLPerson][Person Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSAddressBookWebIDACLGroup][Group Entity Specific ACL]] * [[http://ods.openlinksw.com/wiki/ODS/ODSAddressBookWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[http://ods.openlinksw.com/wiki/ODS/ODSPkiSetup][Guide for Set up a X.509 certificate issuer and HTTPS listener and generate ODS user certificates.]] * [[http://ods.openlinksw.com/wiki/ODS/VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[http://ods.openlinksw.com/wiki/ODS/VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[http://ods.openlinksw.com/wiki/ODS/VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[http://ods.openlinksw.com/wiki/ODS/VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[http://ods.openlinksw.com/wiki/ODS/OdsKeyImport][CA Keys Import using Conductor]] * [[http://ods.openlinksw.com/wiki/ODS/ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSGenerateWebIDX509CertOSKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by host operating system keystore]] * [[http://ods.openlinksw.com/wiki/ODS/ODSGenerateWebIDX509CertBrsKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by a browser-based keystore]] * [[http://ods.openlinksw.com/wiki/ODS/ODSWebIDIdP][Using Virtuoso's WebID Verification Proxy Service with a WebID-bearing X.509 certificate]] * [[http://ods.openlinksw.com/wiki/ODS/ODSWebIDIdpProxy][Using Virtuoso's WebID Identity Provider (IdP) Proxy Service with an X.509 certificate]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseWebIDShareFile][ODS Briefcase WebID Protocol Share File Guide]] * [[http://esw.w3.org/topic/foaf+ssl][WebID Protocol Specification]] * [[https://foaf.me/simpleLogin.php][Test WebID Protocol Certificate page]] * [[http://test.foafssl.org/cert/][WebID Protocol Certificate Generation page]] CategoryVirtuoso CategoryHowTo CategorySPARQL CategoryOAuth CategoryFOAFSSL CategoryDocumentation CategoryTutorial
sioc:id
6b5233ed62dd93cde795932f79b95b7f
sioc:link
n2:VirtSPARQLProtectSQLDigestAuthentication
sioc:has_container
n28:VOS
n6:has_services
n5:item
atom:title
VirtSPARQLProtectSQLDigestAuthentication
sioc:links_to
n4:ODSFeedManagerWebIDACLPerson n4:ODSBriefcaseWebIDGroup n4:ODSBriefcaseWebIDPublic n4:ODSBriefcaseWebID n4:ODSBriefcaseWebIDPerson n4:ODSSetupSSL n4:VirtODSSecurityWebID n7:html n2:CategoryTutorial n4:OdsSPARQLAuth n8:rdfsupportedprotocolendpointuri n8:sparqwebservicetbl n11: n8:rdfsupportedprotocolendpoint n14: n15: n19:WebID n2:CategoryDocumentation n2:CategorySPARQL n2:CategoryFOAFSSL n2:VirtSPARQLEndpointProtection n2:CategoryOAuth n2:VirtTipsAndTricksGuideSPARQLAssignRoleToUser n2:VirtAuthServerUI n2:VirtSPARQLDET n33: n34:ssl n35:php n4:ODSWebIDIdpProxy n4:ODSBriefcaseWebIDShareFile n4:ODSGenerateWebIDX509CertBrsKeystore n4:ODSWebIDIdP n4:ODSGenerateX509Certificate n4:ODSGenerateWebIDX509CertOSKeystore n4:VirtPubSubHubACL n4:OdsKeyImport n4:VirtPubSubHub n4:VirtFeedPubSubHub n4:ODSPkiSetup n4:VirtODSPubSubHub n4:ODSAddressBookWebIDACLGroup n4:ODSAddressBookWebIDACLPublic n2:CategoryVirtuoso n4:ODSAddressBookWebIDACL n4:ODSAddressBookWebIDACLPerson n4:ODSBookmarksWebIDACLGroup n4:ODSBookmarksWebIDACLPublic n4:ODSBookmarksWebIDACL n4:ODSBookmarksWebIDACLPerson n4:ODSCalendarWebIDACLGroup n4:ODSCalendarWebIDACLPublic n4:ODSCalendarWebIDACL n2:CategoryHowTo n4:ODSCalendarWebIDACLPerson n4:ODSFeedManagerWebIDACLGroup n4:ODSFeedManagerWebIDACLPublic n4:ODSFeedManagerWebIDACL
atom:source
n28:VOS
atom:author
n10:this
atom:published
2017-06-13T05:35:50Z
atom:updated
2017-06-29T07:40:00Z
sioc:topic
n28:VOS
Subject Item
n2:VirtTipsAndTricksGuideSPARQLEndpoints
sioc:links_to
n2:VirtSPARQLProtectSQLDigestAuthentication
Subject Item
n2:VirtTipsAndTricksGuideSPARQLEndpointProtection
sioc:links_to
n2:VirtSPARQLProtectSQLDigestAuthentication