The WebID Protocol & Browsers
Position Paper for W3C Workshop on Identity in the Browser 24/25th May 2011, Mountain View (USA)
Presented by members of the W3C WebID Incubator Group
Authors: Jeff Sayre & Henry Story
Contributors: Prof Martin Gaedke, Martin Sambra
Reviewers: Peter Williams
Due No Later Than April 27, 2011
1. Position Statement
The browser is the interface to the web and should also serve as the interface to a user’s identity. Identity selection and deselection should be a one-click gesture to cryptographically secure authentication across any site on the web. It should put the user in control of the information he shares with each site. And it should be available now.
The WebID protocol achieves all of the above. It works in all browsers now using the widely-deployed TLS protocol and client-side certificates--but with a twist. It ties those certificates into the web in a RESTful manner allowing identities to be linked together in a secure social web of trust, that does not require central authorities. The user can create and control his own, self sign his certificates, and if needed use short lived, throwaway ones.
After explaining how the WebID protocol works, and listing its advantages, we will suggest a roadmap for future improvements in the browser.
2. WebID Overview
The WebID protocol is very simple and efficient. It requires only one more connection than the original resource request, and the results of this connection can be cached.

[a]Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (1024 bit)
Modulus:
00:e8:f9: [snip] :c6:af:2e
Exponent: 65537 (0x10001)
X509v3 extensions:
X509v3 Subject Alternative Name:
URI:https://bob.net/id/bob
It contains the user’s WebID, shown in red above.
The WebID placed in the Certificate can be an https URL as shown above, but it could also be any dereferenceable schema such as ftps://, ldaps://, xris://, accnt: (used by webfinger ), and yet to developed ones such as perhaps a future httpk schema that would give up human readable URIs in order to avoid centralisation problems of DNS. Currently https is the most widely implemented.
3. Advantages of WebID
Issues of identity and privacy have been growing increasingly serious as the web has become social over the last decade. Remembering login details has grown into a serious security issue as more sites asked for them than people had the ability to remember. And the inability to easily share restricted information across websites has become a visible problem to 100s of millions of people as they started finding themselves and those they wished to communicate with split across siloed services.
Specifically, WebID offers the following advantages.
3.1 Overcoming Password Fatigue
Passwords are difficult to remember or they are bad, which is their problem. The easy solution is for people to re-use them, making phishing attacks the biggest threat on the web, which in turn creates a fear of new services, leading to a reduction in diversity on the web. WebID uses TLS client certificates and public key cryptography as shipped in current browser in a way that enables the same certificate to be used across sites securely.
3.2 Comparison to OpenID
OpenID reduces the account multiplication issue by allowing users to login to every site using the same global indentifier. WebID was inspired by OpenID but improves it in a number of meaningful ways:
These protocol simplifications create a cascade of additional benefits. The most interesting is that by being completely compliant with Web Architecture the trust can be moved from the Identity Provider to the Web of relations, solving the trust problem - the biggest issue of WebID - by decentralising it.
Nevertheless OpenId and WebID can work well together. OpenId is especially important for a number of devices (cell phones often) that have not implemented client side certificates properly.
3.3 TLS
TLS-client certificates have been available in the browser since 1996, but their usage has been limited to a small number of sites. The organisation which generates the certificate is usually the same as the one that consumes it, giving the user little advantage over username/passwords layered on server-side https. Outside of very large and well funded Defence related organisations, client side certificates has thus had very poor adoption.
The missing link s the global naming system that OpenID takes advantage of with URIs, and that allows one to potentially authenticate to all sites. What failed TLS was that X500 names were not Universal Identifiers, were not designed to form an interlinked web, and hence were not useable to authenticate to sites without those first having a federated agreement. By webifying TLS we enable global authentication and authorization through the creation of a distributed linked web of trust, at a much finer granularity level than has been worked with before.
4. Browser Support & Benefits
All current browser-based authentication methods fail to give full control over identity to the user. We declare that browsers MUST give the user full visible control of their identity. With TLS, as with cookies, one should be able to see clearly which identity one is logged in under and be able to easily become anonymous again. The Firefox Weave group have shown what this could look like, making use of the URL bar’s existing role as guarantor of server identity and extending it to client identity.


Here the user can see what persona he presents to the site or if he is anonymous. It also permits the user to change identity or to log out. The browser could then make use of the information found in the WebID profile, linked to from the X509 certificate, such as finding a link to a picture which can then be displayed, or linking to the account management page as shown above.
This WebID anchor can then be used by browsers to improve the user experience
WebID’s protocols is very similar to IETF Dane. Where WebID improves client side security and useability, DANE improves server certs. Dane will enable widespread server side TLS deployment by making self signed server certs meaningfully. By lowering the entry barrier both will help bring about an increasingly secure Web.
5. Interest to Web Services
WebID allows users to authenticate cheaply and securely to any website in the world, without needing to fill out any new forms, whilst giving that site conditional access to their social graph ( see Sketch of a RESTful photo Printing service ). This will allow innumerable applications to be built that improve relations between individuals and their friends, co-workers, employers, and vendors across domain and organizational boundaries.
Best of all WebID uses only open and well established standards. With a little extra effort on the User Interface, browser vendors could help grow the web into a fully global distributed and secure Social Web.
6. Additional Resources