Not logged in : Login

About: ODSWebIDIdPJScriptEx1     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : atom:Entry, within Data Space : ods.openlinksw.com associated with source document(s)

AttributesValues
type
Date Created
Date Modified
label
  • ODSWebIDIdPJScriptEx1
maker
Title
  • ODSWebIDIdPJScriptEx1
isDescribedUsing
has creator
content
  • %META:TOPICPARENT{name="ODSWebIDIdP"}% ---++Using Virtuoso's WebID Verify Proxy Service with an X.509 certificate WebID: JavaScript Example <verbatim> <html> <head> <title>WebID Verification Demo - HTML, JS</title> <script type="text/javascript"> function check() { if (document.location.protocol != 'https:') { alert('Please use https protocol'); return; } var callback = document.location.protocol + '//' + document.location.host + document.location.pathname; document.location = 'https://id.myopenlink.net/ods/webid_verify.vsp?callback=' + encodeURIComponent(callback); } function getObject(id) { return document.getElementById(id) } function hide(id) { var obj = getObject(id); obj.style.display = "none"; } function show(id) { var obj = getObject(id); obj.style.display = ""; } function getParam(name) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return decodeURIComponent(results[1]); } </script> </head> <body> <h1>WebID Verification Demo</h1> <div> This will check your X.509 Certificate's WebID watermark. <br/>Also note this service supports ldap, http, mailto, acct scheme based WebIDs. </div> <br/> <br/> <div> <input type="button" name="go" value="Check" id="go" onclick="javascript: return check();" /> </div> <div id="result" style="display: none;"> The return values are: <ul id="result_webid" style="display: none;"> <li>WebID - <span id="webid"></span></li> <li>Timestamp in ISO 8601 format - <span id="ts"></span></li> </ul> <ul id="result_error" style="display: none;"> <li>Error - <span id="error"></span></li> </ul> </div> <script type="text/javascript"> var webid = getParam('webid'); var error = getParam('error'); if ((webid != '') || (error != '')) { show('result'); if (webid != '') { show('result_webid'); getObject('webid').innerHTML = getParam('webid');; getObject('ts').innerHTML = getParam('ts');; } else { hide('result_webid'); } if (error != '') { show('result_error'); getObject('error').innerHTML = getParam('error');; } else { hide('result_error'); } } else { hide('result'); } </script> </body> </html> </verbatim>
id
  • c59c90c39f08884c03547b24e1f477e6
link
has container
http://rdfs.org/si...ices#has_services
atom:title
  • ODSWebIDIdPJScriptEx1
links to
atom:source
atom:author
atom:published
  • 2017-06-13T06:06:00Z
atom:updated
  • 2017-06-13T06:06:00Z
topic
is made of
is container of of
is link of
is http://rdfs.org/si...vices#services_of of
is links to of
is creator of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git132 as of May 12 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3238 as of May 23 2023, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 3 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software