OpenID

From Wiki4Intranet
Revision as of 14:00, 14 February 2013 by VitaliyFilippov (Talk | contribs) (Created page with "{{Extension4info |name=OpenID |description en=Supports MediaWiki authentication using the buggy, but most popular single sign-on technology — [http://www.openid.net/ OpenID]...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a page snapshot, showing old (but not deleted) versions of images and templates.
Jump to: navigation, search

OpenID is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2009-05-15
  • Included version: newest available
  • Improvement status: Minor improvements in MediaWiki4Intranet

Usage

After the installation, «Login with OpenID» link is displayed right after normal login link. The user who wants to authenticate using OpenID must click it and follow the instructions — he’ll be asked for a confirmation from his OpenID server and then MediaWiki will suggest creating a local account binded to OpenID identity or binding an existing one to it. After binding his identity he'll be able to authenticate just using OpenID, without the need for any additional steps.

Our improvements

  • Display OpenID prompt string on normal login page.
  • Always use redirects instead of an auto-submitting POSTed form (visible to user) in OpenID implementation when the resulting URL length is <= 2048 bytes.
  • Back-ported trunk into MediaWiki 1.18.

Installation

  • Install php-openid with pear install Auth_OpenID
  • Add require_once("$IP/extensions/OpenID/OpenID.setup.php"); to your LocalSettings.php
  • Run php maintenance/update.php to apply database changes