OpenID Server for MT
This is a Movable Type plugin that enables authors on your Movable
Type site to log into OpenID sites with their Movable Type logins.
http://www.sixapart.com/movabletype/
http://www.openid.net/
DEPENDENCIES
This software requires:
* Movable Type 4.1
This distribution also contains the additional required Perl modules:
* Net::OpenID::Server
Specifically the module in the development branche found in
http://code.sixapart.com/trac/openid/log/branches/openid2/perl/Net-OpenID-Server.
Tested on the revision 121 of it.
INSTALLATION
To install this plugin:
1. Unzip the archive to your Movable Type directory.
Each author who wishes to use an OpenID must then set up their profile
pages. To set up your OpenID:
1. In your author profile, set your Website URL to the URL you
wish to use as your profile.
2. In the
section of that page, add the HTML tag:
OR
<$MTOpenID2Header$>
If your profile page is a static HTML page, replace ""
with the CGIPath to the copy of Movable Type where the plugin
is installed.
To sign in with OpenID:
1. When presented with an OpenID signon form, enter the URL to your
profile page. If you are not logged in to Movable Type, you will
be prompted to log in.
Try logging into LiveJournal with your OpenID at:
http://www.livejournal.com/openid/
(You'll have to log out first if you have a real LJ account.)
Or, to test OpenID 2.0, try logging into Fastladder with your OpenID at:
http://fastladder.com
COPYRIGHT AND LICENCE
Fumiaki Yoshimatsu
This library is heavily inspired and in many places copied from
openid-server plugin. Below is the COPYRIGHT and LICENSE notice
of the original openid-server plugin.
Updated for MT4 by Mark Carey (http://mt-hacks.com)
Copyright 2005 Mark Paschal
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
This software is based on a first draft by Brad Choate. Thanks, Brad!