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

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

PrefixNamespace IRI
n8http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n11http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSYadis/sioc.
n9http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n14http://firstsso.netmesh.org/
oplhttp://www.openlinksw.com/schema/attribution#
n32http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n15http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
n28http://yadis.
n25http://firstsso.netmesh.org/infogrid-perl/?lid=
n21http://www.raschke.net/~kurt/txp_test/
n29http://yadis.org/wiki/Yadis_Protocol_Draft_0.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n13http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n19http://ods.openlinksw.com/dataspace/person/owiki#
n27http://yadis.org/wiki/
n17http://demoserver.leasystem.info/demo.exe/
n23http://firstsso.netmesh.org/infogrid-java/?lid=
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n26http://demo.openlinksw.com/
n12http://ods.openlinksw.com/dataspace/services/wiki/
n22http://lists.danga.com/pipermail/yadis/2005-August/001370.
xsdhhttp://www.w3.org/2001/XMLSchema#
n31http://demo.openlinksw.com/ods/
n24http://ods.openlinksw.com/dataspace/dav#
n16http://firstsso.netmesh.org/infogrid-php/?lid=
siochttp://rdfs.org/sioc/ns#
n20http://netmesh.org/projects/yadis/
Subject Item
n8:this
foaf:made
n2:ODSYadis
Subject Item
n12:item
n13:services_of
n2:ODSYadis
Subject Item
n15:this
sioc:creator_of
n2:ODSYadis
Subject Item
n2:OdsGeneralOverview
sioc:links_to
n2:ODSYadis
Subject Item
n9:ODS
sioc:container_of
n2:ODSYadis
atom:entry
n2:ODSYadis
atom:contains
n2:ODSYadis
Subject Item
n24:this
sioc:creator_of
n2:ODSYadis
Subject Item
n2:ODSYadis
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:05:59.075658
dcterms:modified
2017-06-29T07:30:36.515646
rdfs:label
ODSYadis
foaf:maker
n19:this n8:this
dc:title
ODSYadis
opl:isDescribedUsing
n11:rdf
sioc:has_creator
n24:this n15:this
sioc:content
%VOSWARNING% %META:TOPICPARENT{name="Ods"}% ---++Yadis Overview ---+++What is Yadis? Yadis is an authentication service discovery protocol allowing Compliant Clients (identity consumers or member-sites) to deductively determine authentication protocol options available from a service provider. ---+++Why is Yadis important? It enables authentication method discovery in loosely coupled distributed network environments such as the Web. The Yadis specification provides: * A general purpose identifier for individuals and other entities * A resource description document for identifying services via identifiers * A protocol for obtaining resource description document for local processing ---+++How Is Yadis implemented in ODS? Every ODS dataspace user page provides Yadis compliant information. Included in the head section of the user page is (for example, for user <code>demo</code> at http://demo.openlinksw.com/ods/ ): <verbatim> <link rel="openid.server" title="OpenID Server" href="http://demo.openlinksw.com/openid" /> <meta http-equiv="X-XRDS-Location" content="http://demo.openlinksw.com/dataspace/demo/yadis.xrds" /> <meta http-equiv="X-YADIS-Location" content="http://demo.openlinksw.com/dataspace/demo/yadis.xrds" /> </verbatim> ---+++How do I use Yadis? The ODS Yadis URL is: <verbatim> http://host:port/dataspace/[your-ods-username] </verbatim> For example, for user <code>demo</code> at http://demo.openlinksw.com/ods/ -- <verbatim> http://demo.openlinksw.com/dataspace/demo/ </verbatim> ---+++Interoperability The ODS implementation of Yadis has been tested with a number of Yadis Compliant Clients. All tests were performed using our public [[http://demo.openlinksw.com/ods][ODS Demo Server]] ---+++++[[http://demoserver.leasystem.info/demo.exe/Check][leaSystem Yadis Check]] Passed successfully. <verbatim> Yadis Check InfoAgent found an XRDS using the X-XRDS-Location HTTP header. OKThe XRDS document is valid! Now try checking for a specific type identifier: Your document looks like this (after being handled by my XML parser): <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns:openid="http://openid.net/xmlns/1.0" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="1"> <Type>http://openid.net/signon/1.0</Type> <Type>http://openid.net/sreg/1.0</Type> <URI>http://demo.openlinksw.com/openid</URI> <openid:Delegate>http://demo.openlinksw.com/dataspace/demo</openid:Delegate> </Service> </XRD> </xrds:XRDS> </verbatim> ---++++[[http://netmesh.org/projects/yadis/][NetMesh Yadis area]] Tested with the Perl Scripts provided by the url above. * Passed successfully. ---++++[[http://firstsso.netmesh.org/][NetMesh FirstSSO]] * [[http://firstsso.netmesh.org/infogrid-php/?lid=][NetMesh InfoGrid LID PHP implementation]]: Passed successfully. * [[http://firstsso.netmesh.org/infogrid-java/?lid=][NetMesh InfoGrid LID Java implementation]]: Passed successfully. * [[http://firstsso.netmesh.org/infogrid-perl/?lid=][NetMesh InfoGrid LID Perl implementation]]: * [[http://firstsso.netmesh.org/infogrid-perl/?lid=][The NetMesh's perl]] test page even fails with myopenid identity. It does not redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies. ---++++[[http://www.raschke.net/~kurt/txp_test/][txp_test]] * according to the notes from [[http://lists.danga.com/pipermail/yadis/2005-August/001370.html][OpenID support in Textpattern mailing list]], attempt to Login at the url below as user test, pwd 9xycp0 fails. Can not find way to authentication with OpenID, either. <verbatim> http://www.raschke.net/~kurt/txp_test/textpattern/ </verbatim> ---+++Resources * [[http://yadis.org][Yadis Community Site]] * [[http://yadis.org/wiki/Yadis_Protocol_Draft_0.8][Yadis Protocol]] * [[http://yadis.org/wiki/Yadis_Services_Listing][Yadis Services Listing]] * [[http://yadis.org/wiki/Yadis_Online_Tools][Yadis Online Tools]] CategoryODS CategoryYadis
sioc:id
a244a6e1448013d0bcb7ababb9d613ff
sioc:link
n2:ODSYadis
sioc:has_container
n9:ODS
n13:has_services
n12:item
atom:title
ODSYadis
sioc:links_to
n2:CategoryYadis n2:CategoryODS n14: n16: n17:Check n20: n21: n22:html n23: n25: n26:ods n27:Yadis_Services_Listing n27:Yadis_Online_Tools n28:org n29:8 n31: n32:OpenID
atom:source
n9:ODS
atom:author
n8:this
atom:published
2017-06-13T06:05:59Z
atom:updated
2017-06-29T07:30:36Z
sioc:topic
n9:ODS