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

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

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n6http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n13http://vos.openlinksw.com/dataspace/dav#
n16http://docs.openlinksw.com/virtuoso/
n7http://test.foafssl.org/cert/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n18http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n5http://rdfs.org/sioc/services#
n20http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n10https://foaf.me/
n11http://ods.openlinksw.com/wiki/ODS/
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4http://vos.openlinksw.com/wiki/main/VOS/VirtAuthServerUI/
n22http://vos.openlinksw.com/dataspace/owiki#
n24http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload#
n9http://esw.w3.org/topic/
xsdhhttp://www.w3.org/2001/XMLSchema#
n27http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtAuthServerUI/
n19http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n2:VirtAuthServerUI
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:49:27.302761
dcterms:modified
2017-06-13T05:49:27.302761
rdfs:label
VirtAuthServerUI
foaf:maker
n15:this n20:this
dc:title
VirtAuthServerUI
opl:isDescribedUsing
n27:sioc.rdf
sioc:has_creator
n13:this n22:this
sioc:attachment
n4:setwebidacl-ods1.png n4:setwebidacl-ods2.png n4:auth1.png n4:setwebidacl.png
sioc:content
%META:TOPICPARENT{name="VOSIndex"}% ---+ Virtuoso Server Authentication UI %TOC% The Virtuoso Server Authentication UI offers -- * <b>Application Keys</b> and a <b>Protected SPARQL Endpoint:</b> OAuth ("Open Authorization") is used to secure your SPARQL endpoint at the data transmission level. This enables secure interactions with your RDF database from a variety of locations. It also allows controlled access to private data, by selected user profiles. * <b>WebID Protocol ACLs:</b> The WebID Protocol implements a global, decentralized, distributed, and open yet secure authentication system that functions with existing browsers. Conceptual authentication and authorization is handled by linking a Web ID (also known as a Personal URI) to a public key. WebID Protocol ACLs may then be used to designate which users (identified and authenticated through their Web ID, Public Key, and browser-installed Certificate) may execute queries through the Virtuoso SPARQL-WebID Endpoint. ---++ Usage ---+++ Prerequisites * A functioning Virtuoso Server * Installation of the following packages on that Server: * <code>[[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload#Other%20Virtuoso-related%20Packages][conductor_dav.vad]]</code> * <code>[[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload#ODS%20Applications][ods_framework_dav.vad]]</code> ---+++ Setting Web ID ACLs (Access Control Lists) <b>WebID Protocol ACLs</b> are used to control DB-level CRUD functionality -- i.e., <code>INSERT</code> (Create), <code>SELECT</code> (Read), <code>UPDATE</code>, and <code>DELETE</code>. Permissions are granted using the standard database model of "Users", "Groups", and "Roles". To set your own WebID Protocol ACLs: 1 Go to <code><nowiki>http://&lt;cname&gt;:&lt;port&gt;/conductor</nowiki></code>, where <code>&lt;cname&gt;:&lt;port&gt;</code> are replaced by your local server values 1 Log in as the <code>dba</code> user. 1 Drill down to <b>Linked Data</b> -> <b>Access Control</b> -> <b>SPARQL-WebID</b>: %BR%%BR%<img src="%ATTACHURLPATH%/setwebidacl.png" />%BR%%BR% ---++++Example 1. [[VirtSPARQLSSL][Create SPARQL-WebID based Endpoint]] 1. Execute the steps from [[VirtOAuthSPARQL][this tutorial]] ---+++ Setting ODS Application OAuth keys OAuth Keys are used to create the Consumer Key and Secret for relevant ODS applications. To set ODS Application OAuth keys: 1. Go to <code><nowiki>http://&lt;cname&gt;:&lt;port&gt;/ods</nowiki></code>, where <code>&lt;cname&gt;:&lt;port&gt;</code> are replaced by your local server values 1. Click <b>Login</b> 1 Log in with a normal ODS User's credentials. 1 Click the link for <b>Application settings</b>: %BR%%BR%<img src="%ATTACHURLPATH%/setwebidacl-ods1.png" />%BR%%BR% 1 Click the link for <b>OAuth keys</b>: %BR%%BR%<img src="%ATTACHURLPATH%/setwebidacl-ods2.png" />%BR%%BR% ---++++Example This [[http://ods.openlinksw.com/wiki/ODS/VirtOAuthControllers][sample scenario]] shows how to set ODS Application OAuth Keys, and how to then use an application Consumer Key to perform secure SPARQL queries. ---+++ The Virtuoso SPARQL-WebID Endpoint The Virtuoso SPARQL-WebID Endpoint is at <code><nowiki>https://&lt;cname&gt;:&lt;port&gt;/sparql-webid</nowiki></code>, where <code>&lt;cname&gt;:&lt;port&gt;</code> are replaced by your local server values. ---++ Tutorials * [[VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] ---++ References * [[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 CategorySPARQL CategoryODS CategoryOAuth CategoryFOAFSSL
sioc:id
198d8ea0700ea8a6475b805a54798962
sioc:link
n2:VirtAuthServerUI
sioc:has_container
n8:VOS
n5:has_services
n6:item
atom:title
VirtAuthServerUI
sioc:links_to
n7: n9:foaf+ssl n10:simpleLogin.php n11:ODSWebIDIdpProxy n11:ODSBriefcaseWebIDShareFile n11:ODSGenerateWebIDX509CertBrsKeystore n11:ODSWebIDIdP n2:VirtTipsAndTricksGuide n11:ODSGenerateX509Certificate n11:ODSGenerateWebIDX509CertOSKeystore n11:VirtPubSubHubACL n11:OdsKeyImport n2:VirtSetupSSL n11:VirtPubSubHub n11:VirtFeedPubSubHub n2:CategoryODS n11:ODSPkiSetup n11:VirtODSPubSubHub n11:ODSAddressBookWebIDACLGroup n11:ODSAddressBookWebIDACLPublic n11:ODSAddressBookWebIDACL n11:ODSAddressBookWebIDACLPerson n11:ODSBookmarksWebIDACLGroup n11:ODSBookmarksWebIDACLPublic n11:ODSBookmarksWebIDACL n11:ODSBookmarksWebIDACLPerson n11:ODSCalendarWebIDACLGroup n11:ODSCalendarWebIDACLPublic n2:CategoryVirtuoso n11:ODSCalendarWebIDACL n11:ODSCalendarWebIDACLPerson n11:ODSFeedManagerWebIDACLGroup n11:ODSFeedManagerWebIDACLPublic n11:ODSFeedManagerWebIDACL n11:ODSFeedManagerWebIDACLPerson n11:ODSBriefcaseWebIDGroup n2:VirtSPARQLSSL n11:ODSBriefcaseWebIDPublic n11:ODSBriefcaseWebID n11:ODSBriefcaseWebIDPerson n11:ODSSetupSSL n11:VirtODSSecurityWebID n16:rdfsparql.html n11:OdsSPARQLAuth n18:rdfsupportedprotocolendpointuri n18:sparqwebservicetbl n16: n18:rdfsupportedprotocolendpoint n2:VirtTipsAndTricksGuideSPARQLEndpointProtection n19:WebID n2:VirtSPARQLDET n2:VirtOAuthSPARQL n2:CategoryOAuth n11:VirtOAuthControllers n24:Other%20Virtuoso-related%20Packages n2:VirtSPARQLSecurityWebID n24:ODS%20Applications n2:VirtAuthServerUI n2:VirtTipsAndTricksGuideSPARQLEndpoints n2:VirtSPARQLEndpointProtection n2:CategoryFOAFSSL n2:CategorySPARQL
atom:source
n8:VOS
atom:author
n20:this
atom:published
2017-06-13T05:49:27Z
atom:updated
2017-06-13T05:49:27Z
sioc:topic
n8:VOS