Auth only

Just some idea I'm writing down here... This is a bit like OpenID, but you use your JID.

This should be easy to implement with the 1.7 auth code once JabberSupport is there.

If you don't mind tieing up some server resources you could even have the server wait for the jabber response and not serve a response to the browser before some time has expired, that way in the common case where the user is quick enough with their jabber client they never have to click that continue button in the browser. Or make some ajaxy stuff.

Combining with OpenID

The whole thing gets even nicer when you combine it with the upcoming OpenID server support in Moin, then you could completely tie your OpenID to your jabber account if the request form for allowing serving the openid out to a relying party is also queried via jabber instead of shown in the browser, in the browser you'd only see a few redirects and maybe some waiting time (see above note about having the server wait for a response.)

Of course, there are probably better ways to implement an OpenID server based on jabber :) Cf. http://openid.xmpp.za.net/ (when it's up)

MoinMoin: JohannesBerg/JabberAuthentication (last edited 2007-10-29 19:21:24 by localhost)