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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n27http://oauth.net/core/1.0/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n20http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a5.
n21http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a6.
n22http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a3.
n24http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a4.
n25http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a1.
n26http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a2.
n14http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsOAuth/a7.
dchttp://purl.org/dc/elements/1.1/
n18http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n12http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/person/dav#
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
n29http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityTutorialsOAuth/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n23http://cname:port/ods/oauth_sid.
n11http://demo.openlinksw.com/ods/oauth_sid.
n7http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n19http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n6:this
foaf:made
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n18:this
sioc:creator_of
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n13:item
n12:services_of
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n2:this
sioc:creator_of
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n8:VOS
sioc:container_of
n4:VirtuosoOdsUbiquityTutorialsOAuth
atom:entry
n4:VirtuosoOdsUbiquityTutorialsOAuth
atom:contains
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtuosoOdsControllers
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtuosoOdsUbiquityTutorialsOAuth
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:37:50.523558
dcterms:modified
2017-06-13T05:37:50.523558
rdfs:label
VirtuosoOdsUbiquityTutorialsOAuth
foaf:maker
n6:this n19:this
dc:title
VirtuosoOdsUbiquityTutorialsOAuth
opl:isDescribedUsing
n29:rdf
sioc:has_creator
n2:this n18:this
sioc:attachment
n14:png n20:png n21:png n22:png n24:png n25:png n26:png
sioc:content
---+++OAuth Ubiquity Tutorial In order to execute correctly the following tutorial, you need to have OAuth Generate Keys for ODS Controllers. More information and simple scenario you can find [[VirtOAuthControllers][here]]. 1. Execute the command: <verbatim> ods-oauth-host <host_url> -- for ex.: ods-oauth-host http://demo.openlinksw.com/OAuth </verbatim> * <img src="%ATTACHURLPATH%/a1.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode oauth </verbatim> * <img src="%ATTACHURLPATH%/a2.png" style="wikiautogen"/> 1. Obtain the OAuth Generated Key: 1. Go to http://cname:port/ods/oauth_sid.vsp . For ex. http://demo.openlinksw.com/ods/oauth_sid.vsp * <img src="%ATTACHURLPATH%/a3.png" style="wikiautogen"/> 1. In the shown form: 1. Enter user, for ex. demo 1. Choose the application you want to obtain the oauth generated key for. 1. Click the "Execute" button. * <img src="%ATTACHURLPATH%/a4.png" style="wikiautogen"/> 1. As result will be shown a form where you need to enter the user password. 1. Click the "Login" button. * <img src="%ATTACHURLPATH%/a5.png" style="wikiautogen"/> 1. Click the "Authorize" button. * <img src="%ATTACHURLPATH%/a6.png" style="wikiautogen"/> 1. Copy the obtained oauth sid value. * <img src="%ATTACHURLPATH%/a7.png" style="wikiautogen"/> 1. Execute the command <verbatim> ods-set-sid <the obtained oauth session-key> </verbatim> 1. You can also execute the command(s) depending on the application type: <verbatim> ods-set-briefcase-oauth <the obtained oauth session-key> -- or ods-set-bookmark-oauth <the obtained oauth session-key> -- or ods-set-feeds-oauth <the obtained oauth session-key> -- or ods-set-calendar-oauth <the obtained oauth session-key> -- or ods-set-addressbook-oauth <the obtained oauth session-key> -- or ods-set-poll-oauth <the obtained oauth session-key> -- or ods-set-weblog-oauth <the obtained oauth session-key> -- or ods-set-discussion-oauth <the obtained oauth session-key> </verbatim> ---+++ Learn More * [[OAuth][OpenLink's explanation of OAuth]] * [[VirtuosoOAuthServer][Virtuoso OAuth server]] * [[VirtOAuthControllers][Using OAuth with ODS]] * [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]] * [[VirtOAuth][Virtuoso OAuth Implementation]] * [[VirtuosoOdsControllers][ODS Controllers]] * [[VirtODSOAuthQA][Testing Virtuoso OAuth with 3rd Party OAuth Clients]] * [[VirtOAuthTestTool][Virtuoso OAuth Test Tool for ODS Controllers]] * [[VirtOAuthSPARQL][Virtuoso SPARQL OAuth Tutorial]] * [[VirtuosoOdsUbiquityTutorials][ODS Ubiquity Tutorials]] * [[VirtOAuthExamples][OAuth Applications Authentication examples]] * [[http://oauth.net/core/1.0/][OAuth API]] CategoryODS
sioc:id
38f5b104ee4da59af37864cf6f090f6e
sioc:link
n4:VirtuosoOdsUbiquityTutorialsOAuth
sioc:has_container
n8:VOS
n12:has_services
n13:item
atom:title
VirtuosoOdsUbiquityTutorialsOAuth
sioc:links_to
n7:VirtODSOAuthQA n7:CategoryODS n11:vsp n7:VirtOAuthTestTool n7:VirtOAuthExamples n7:VirtuosoOdsUbiquity n7:VirtuosoOdsUbiquityTutorials n7:VirtOAuthControllers n23:vsp n27: n7:VirtOAuth n7:VirtuosoOAuthServer n7:VirtOAuthSPARQL
atom:source
n8:VOS
atom:author
n6:this
atom:published
2017-06-13T05:37:50Z
atom:updated
2017-06-13T05:37:50Z
sioc:topic
n8:VOS
Subject Item
n4:VirtuosoOdsUbiquityTutorials
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtOAuthTestTool
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtOAuthControllers
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtODSOAuthQA
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth
Subject Item
n4:VirtOAuthExamples
sioc:links_to
n4:VirtuosoOdsUbiquityTutorialsOAuth