oAlternative

Was das OpenWeb so kompliziert macht ist das Wörtchen “alternativ“!

  • OpenID Discovery basiert auf Meta-Tags, alternativ funktioniert aber auch XRDS(-Simple)/Yadis oder Webfinger.
  • OpenID stellt über SREG Profilinformationen bereit, alternativ aber auch über Attribute Exchange.
  • RDFa 1.1 ist folgendermaßen aufgebaut:
    <html
      prefix="foaf: http://xmlns.com/foaf/0.1/"
      >
      ...
      <span property="foaf:name">John Doe</span>
      ...
    </html>

    alternativ aber auch:

    <div vocab="http://xmlns.com/foaf/0.1/" about="#me">
      <span property="name">John Doe</span>
    </div>

    …oder:

    <div profile="http://xmlns.com/foaf/0.1/" about="#me">
      <span property="foaf:name">John Doe</span>
    </div>
  • OpenSocial, oEmbed, ActivityStrea.ms und host-meta benutzen JSON, alternativ aber auch XML
  • OAuth verschlüsselt mit HMAC-SHA1, alternativ aber auch mit RSA-SHA1 oder PLAINTEXT

To be continued…

Wie viel Komplexität man sich sparen könnte wenn man sich auf eine Variante beschränken würde.

2 thoughts on “oAlternative

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What is BrowserID?