OpenID with Strong Authentication

TrustBearer OpenID selected as HealthVault provider

Posted in Uncategorized by stevepepple on June 18th, 2008

As a conference last week, it was announced that TrustBearer OpenID will be one of two OpenID providers for the Microsoft HealthVault platform:

TrustBearer Labs’ OpenID service will allow HealthVault users to login securely to their account using multi-factor hardware authentication devices, such as smart cards, biometric readers, or security-enhanced mobile phones. The service uses challenge-response authentication to prevent common phishing and man-in-the-middle attacks, which are a growing concern of online service providers.

“Our objective is to give our customers choice and make their web experience easier, while helping them safeguard their privacy,” said George Scriban, senior product manager, Health Solutions Group, Microsoft. “We’re happy to be working with TrustBearer to give HealthVault users the option of using OpenID with their HealthVault account.”

A full story about the announcment can be found here.

OpenID vs. i-names

Posted in i-names, openid adoption by stevepepple on February 24th, 2008


openid_campaign1.jpg

It’s the season of political campaigns. And in this season, the vernacular of campaigning begin to swell into other areas- with front runners, presumptive nominees, comeback winners, and so forth.

For instance, we’ve learned recently the HD-DVD has dropped out of the HD format war; Blu-Ray is declared the apparent victor.

Well, in this same spirit, Paul at In Context analyzes the standards campaigning in the digital public identifier area, which at this point can be reduced to i-name vs. OpenID. In short, he finds that OpenID is not only running a better campaign, but really offers a better value:

OpenIDs offer something to people that i-cards don’t. Even run of the mill, freebie, URL-based OpenIDs give you a public identifier that you feel like you own. And the i-name flavor of OpenIDs give you a public identifier that you really do own cuz you’re not locked in to a particular OpenID provider.

OpenID is the winning, lightweight, technology for public, low-value transactions.

  • Why winning? The OpenID community blended together the three competing lightweight technologies (LID, OpenID, and i-names) into a unified specification, community, code, and foundation.
  • Why public? Because the appealing notion of having OpenID URI that’s mine (e.g. “=paul.trevithick”) also has the side-effect of projecting the same identifier to every relying site allowing me to be easily tracked. To be fair, there is a “directed identity” feature of OpenID that I can use to prevent this–I can just type in the URI of my OpenID OP instead. But I still think the perception is that an OpenID is mostly public.
  • Why low-value? Because its simple and lightweight architecture does not incorporate a client component, end-to-end crypto, anti-phishing protection, etc. necessary to support higher value transactions and other privacy-enhancing features. But its great for logging in to blogs, etc.

Now, if OpenID does become the de factor public identifier, i-names would be an apt potential running mate.

We have enough OpenID providers?

Posted in enterpise openid, openid, openid adoption, openid providers by stevepepple on February 20th, 2008

Aaron Topance on big league OpenID providers that don’t accept OpenIDs from other providers:

There seems to be a trend, as of recently, for large companies to become OpenID providers, but now allow logging into their service with your OpenID account. The trend I’m noticing, is everyone wants to be a provider, but no one wants to support OpenID logins. Well not “no one”, but not the major players. Consider the following major corporations or web sites that are OpenID providers:

  • America Online
  • Orange
  • LiveJournal and Vox
  • WordPress.com
  • Yahoo!
  • Blogger
  • Verisign
  • … and more

Supposedly, news has hit the front that Microsoft will be supporting OpenID as a provider, and rumors have it that your GMail account can be used as an OpenID identity. But what about logging into these providers with an existing identity? Here’s the question posed: Can I login to AOL, or create and AOL account, with an already existing OpenID identity? What about LiveJournal? WordPress? Yahoo!? Blogger? etc.

Killer App for OpenID

Posted in central authentication, enterpise openid, openid, openid adoption, social networking by stevepepple on February 17th, 2008

There’s an interesting discussion on Mark Evan’s blog about the potential of a killer application for OpenID:

One of the biggest challenges facing OpenID is it’s a solution (universal identity management) looking for a problem to solve.

Sure, it’s a pain having to remember different usernames and passwords (unless you lazily use the same ones for everything) but most people don’t see it as a huge issue, which means OpenID has failed to gain much traction. And to be frank, that won’t change much even with major players such as Google, Yahoo and AOL starting to climb on the OpenID bandwagon recently.

One of the applications the Evan’s points to with some enthusiasm is PageOnce, which is a universal dashboard for the web.

Yahoo Offers OpenID a Compelling Business Case

Posted in enterpise openid, openid, openid adoption by stevepepple on February 17th, 2008

Johannes Ernst’s discuses the business ramifications of Yahoo joining the OpenID space:

Instead of being a technical curiosity, web businesses can now assume that the majority of their visitors have an OpenID. Okay, Yahoo and AOL and Blogger and all of the existing implementations don’t add up to more than 50% of internet users, but you can bet that more telcos become OpenID providers for their broadband customers, as Orange showed, and that all major internet portals, Microsoft and Google included, will offer OpenIDs with each of their accounts shortly. (It’s easy for them to do, and they don’t want to lose even one of their subscribers for the reason that they didn’t add a small bit of code to their site, that, boy, might even benefit them strategically, and not just create competitive parity.) It’s a very safe assumption for web businesses that by the time they can do anything about OpenID, regardless how fast they move, more than 50% of their visitors will have an OpenID, and Yahoo!’s move yesterday made that a virtual certainty.

Portable Social Networking

Posted in openid, social networking by stevepepple on February 15th, 2008

As OpenID gains recognition, how will other standards be developed to cooperate with decentralized single-sign-on?

Scott Kveton considers portable social networking and solutions that make it viable along side OpenID:

Social network fatigue is getting worse with every new site that comes along and it doesn’t have to. I should be able to sign up for a site with my OpenID and be prompted to import my contacts/friends accordingly. Ideally I could import them based on some criteria or tag; friends, colleagues, co-workers, etc. In the very near future, you won’t go to social networking sites to interact with your friends … every single site will have social networking built in.

There are a couple of solutions coming down the line. Tom and the folks at Barnraiser have been working on a portable social network solution that is based on OpenID. Videntity and claimID have also been working on ways to share contacts based on XFN. Both of these solutions adhere strictly to the limited format defined for XFN. These solutions suffer from the fax problem; faxes weren’t interesting until everybody had them … so how did they take off? There are also several other efforts as well.

Kveton post also touches on an interesting profile exchange protocol for OpenID, SREG.

Drupal with OpenID Support

Posted in Uncategorized by stevepepple on February 14th, 2008

The well known open source content management system (CMS), Drupal, has released its 6.0 version, which included built-in support for the OpenID 2.0 specification.

Given Drupal’s CMS supremacy , we will likely see many more blogs and websites accepting OpenID in the near future.

It also worth noting the work of JanRain developing previous OpenID support in Drupal.

Demonstration of OpenID with a Hardware Token

Posted in demo, multi-factor auth, openid, two-factor auth by stevepepple on February 14th, 2008

Technology and Design of TrustBearer OpenID

Posted in multi-factor auth, openid, two-factor auth by stevepepple on February 13th, 2008

Secure OpenID with TrustBearer Released

Posted in multi-factor auth, openid, two-factor auth by stevepepple on February 12th, 2008

In an effort to improve user security and convenience with online applications, TrustBearer Labs has released a secure OpenID service combined with its TrustBearer Access software that eliminates the risk of using multiple passwords across multiple sites while providing a central and secure way for users to login. The system leverages authentication devices such as smart cards, usb tokens, and fingerprint biometrics to provide advanced security and convenience.

As with OpenID, TrustBearer’s products provide users with a clean experience using credentials and digital identities with everyday services and applications. It requires no middleware software but rather works through the web browser on Windows, Mac, and Linux platforms - making it instantly deployable. TrustBearer leverages existing authentication devices, including the already over 6 million deployed Common Access Cards and PIV smart cards issued by the US and foreign governments with planned support for a variety of other national and government ID cards.

OpenID is an open architecture identity platform that allows users to have one ID which they use across a variety of online websites. While still in its adoption phase, the OpenID standard is steadily recognized by industry leaders such as Yahoo, AOL, and others. There are approximately 10,000 web sites and services that support OpenID and its growth and importance will continue.

More information on OpenID with TrustBearer including information on obtaining a TrustBearer Security Key for use with OpenID can be found at:https://openid.trustbearer.com

About TrustBearer LabsTrustBearer Labs delivers adaptive and effective identity solutions by creating software that simplifies and extends the use of authentication credentials. With over 10 years experience in developing applications in government, consumer, and health care - TrustBearer Labs is a recognized expert in making strong authentication and security simpler and more effective.