Add OpenID delegation links.

Notes
=====

A simple plugin to provide OpenID__ delegation services to a Trac page.

__ http://openid.net

Configuration
=============

All configuration options go in the ``[openid]`` section.

``delegate`` : *required*
    The OpenID identity to delegate to.

``server`` : *mostly optional*
    The location of the OpenID server to use when verifying the delegate
    identity. If not specified, an attempt is made to provide the server for
    well-known identity end points:
    
    * MyOpenID
    * LiveJournal

To enable the plugin::

    [components]
    openiddelegate.* = enabled

Example
=======

::

    [openid]
    delegate = http://username.livejournal.com
    
    [components]
    openiddelegate.* = enabled

Bugs/Feature Requests

Existing bugs and feature requests for OpenIdDelegatePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

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

Recent Changes

[3715] by coderanger on 05/24/08 09:05:28

Add MyOpenID to the auto-server list.

[3714] by coderanger on 05/24/08 08:59:12

Set MIME type.

[3713] by coderanger on 05/24/08 08:56:50

Add some better docs.

[3712] by coderanger on 05/24/08 08:47:45

Fix.

Author/Contributors

Author: coderanger
Contributors: