DISQUS

I am Zef: OpenID, baby!

  • Bas Westerbaan · 2 years ago
    It's tempting to suggest (in my opinion improvements) borrowed from SINP to OpenID, but I'm afraid they are already too big for drastic changes (they'd loose users) and not big enough to cope with that.

    It's tempting to work on SINP again, but SINP hasn't got any momentum at all. (Ok, I'll be honoust. I really didn't work on it anymore)

    Jabber has got this really great thing that are called gateways. You can chat with someone using msn via a gateway server with jabber. Maybe it would be nice to implement this for SINP/OpenID. (and all those others)
  • Martin Atkins · 2 years ago
    It's actually pretty easy to create bridges between OpenID and other browser-based auth technologies. See my blog entry on the subject for a quick summary of how it works:
    http://www.apparently.me.uk/2767.html

    My take on it is a proxy that allows you to another auth provider as an OpenID IdP via the proxy, but I imagine you could probably do it the other way too if you want, depending on the flexibility of the other protocol.
  • Zef Hemel · 2 years ago
    I'm not sure if I would spend my time writing bridges between authentication systems, but it could be interesting. But as the amount of data we're talking about here (profile data for now) is fairly limited I would be tempted to just create an account once with the major single sign on providers out there. There are not that many that are being widely used. I have a Microsoft Passport, I have OpenID, I have a Google account. That's all I need.
  • Bas Westerbaan · 2 years ago
    Hm. Having multiple _single_ signons would be a bit of a contradiction.

    I think I'll first write a SINP server that also acts as a OpenID server. And a client library which works via SINP or openID.

    (When I got time :))