Since this asks for OpenID RP only, I'm marking it as implemented now since I committed my code to 1.7. -- JohannesBerg <> ---- Add [[http://openid.net/|OpenID]] support for moinmoin logins. Single Sign-on rules. See: http://www.openidenabled.com/openid/libraries/python OpenID 2.0 python libs are out (release candidate at least) - anyone upgrading the stuff? I would like to include openid into moin 1.6, if possible. -- ThomasWaldmann <> Current status: * JohannesBerg has done some work with session storage in Moin's current development branch that will make it easier to use recent versions of openid.consumer. (Are anonymous sessions working yet? Which bits of the documentation should people look at to use this?) (2007-04) * A CS student at GWU is considering making this a school project. (2007-04) * KevinTurner can help answer OpenID and library usage questions. * JohannesBerg has it mostly working: [[JohannesBerg/OpenID support/client]] Feel free to ask about this on irc://irc.freenode.net/openid or the [[http://lists.openidenabled.com/mailman/listinfo/dev|OpenID development list]] (or perhaps MoinMoinMailingLists are appropriate, but I don't always stay up-to-date there), as discussion threads on the wiki can get rather unwieldy. Code from KevinTurner (written for moin 1.5 and python-openid 1.0.x): {{attachment:oidauth.py}} [[attachment:test_oidauth.py]] (Do we need a AuthMarket to store these things in?) Yeah, feel free to establish one. What about OpenID 2.0? How is the progress and in which version could we expect authentication via OpenID? The code in MoinMoin 1.7 supports OpenID 2. -- JohannesBerg <> ---- CategoryFeatureImplemented CategoryMoinMoinPatch