====== OpenID plugin ====== ---- plugin ---- description: Allow users to authenticate with OpenID. (previous author: Andreas Gohr) author : François Hodierne email : francois@hodierne.net type : action lastupdate : 2011-02-15 compatible : 2010-11-07 depends : conflicts : similar : tags : authentication, embed downloadurl: http://h6e.net/releases/dokuwiki-openid-plugin-latest.tar.gz ---- {{ plugin:openid.png?300|The OpenID login form}} This plugin allows users to log in through the [[http://openid.net|OpenID]] protocol. ===== Download and Install ===== Use the following URL to download or install the plugin through the plugin manager: * {{http://h6e.net/releases/dokuwiki-openid-plugin-latest.tar.gz}} ===== Changes ===== ==== Version 2 ==== Website: http://h6e.net/dokuwiki/plugins/openid * [[http://github.com/znarf/dokuwiki-openid/tree/c494263ba48c68b55688ec6b775ff358e0499333|15 February 2011: 2.2.0]] * PHP5 only * update to latest php-openid library (thanks Adrian Lang) * integrate ru and pt-br lang files * [[http://github.com/znarf/dokuwiki-openid/tree/5bdaeeab8690217aff70d3c59057ec5dadbde371|01 April 2010: 2.1.0]] * new version scheme (precedent beta3 = 2.0.3) * fix issues with php-openid library and PHP 5.3 * ensure plugin works with DokuWiki 2009-12-25 * [[http://github.com/znarf/dokuwiki-openid/tree/03604432d23ffafa629eecfe7ad932af366ab61f|18 Mai 2009: beta3]] * change session/cookie handling * don't warn to register if registration is off * support for user openids from auth backend * better redirects, don't loose current page in the authentication process * add a php4 compatibility fix * [[http://github.com/znarf/dokuwiki-openid/tree/7174820fa3c91f72f6ad446824e28c2ceef55d87|23 Mar 2009: beta2]] * fix an issue preventing authenticating with clean URLs activated * [[http://github.com/znarf/dokuwiki-openid/tree/bf6ac4814b82d31e2f36fbb24d5002821b323de2|15 Mar 2009: beta1]] * now use JainRain PHP OpenID Library * now compatible with OpenID 2.0 * new workflow, openID identities are now associated with traditional DokuWiki accounts ===== Notes ===== * The plugin doesn't currently play well with DokuWiki 'auth_security_timeout' configuration. So, for now, you have to set this option to an high value, like '60*60*24', the user being disconnected one day after initial authentication. ===== Bugs ===== * [[https://github.com/znarf/dokuwiki-openid/issues#issue/2 | Incompatibility with DokuWiki 2010-11-07 - GitHub]] ===== Feature Requests ===== * Allow an administrator to specify that **ONLY** a specific openID provider would be allowed. This would allow a wiki to be restricted to an already defined body of users. * Ability to assign OpenID users to additional groups. * Option to completely disable non-OpenID logins. * Attribute Exchange support (AX) to allow groups to be assigned * Be a OpenID **provider** for wiki users, so they can log in elsewhere with their wiki credentials. ===== Localization ===== Feel free to add any localization tips here.