OpenID Authentication Plugin

Description

This adds OpenID identification support to Trac.

Bugs/Feature Requests

Existing bugs and feature requests for OpenidPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Please install the OpenID library for Python. You might also need PyCrypto and ElementTree.

Source

You can check out OpenidPlugin from here using Subversion, or browse the source with Trac.

Example

Disable the default login module and enable the OpenID plugin:

[components]
trac.web.auth.* = disabled
openidauth.* = enabled

Recent Changes

[1727] by cygnus on 12/21/06 17:54:21

OpenidPlugin:

Remove sessions attribute

[1726] by cygnus on 12/21/06 17:47:47

OpenidPlugin:

Do not roll back on successful SELECT

[1725] by cygnus on 12/21/06 17:46:05

OpenidPlugin:

Use IEnvironmentSetupParticipant and fix primary key

Author/Contributors

Author: wkornew
Contributors: cygnus (current maintainer)