]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/openid.mdwn
3189281394192af96420536870176c2161dfbae7
[ikiwiki.git] / doc / ikiwiki / openid.mdwn
1 [[!meta title="OpenID"]]
2 [[!meta robots="noindex, follow"]]
3
4 [[!if test="enabled(openid)"
5      then="This wiki has OpenID **enabled**."
6      else="This wiki has OpenID **disabled**."]]
7
8 [OpenID](http://openid.net) is a decentralized authentication mechanism
9 that allows you to have one login that you can use on a growing number of
10 websites.
11
12 To sign up for an OpenID, visit one of the following identity providers:
13
14 * [MyOpenID](https://www.myopenid.com/)
15 * [GetOpenID](https://getopenid.com/)
16 * [LiveJournal](http://www.livejournal.com/openid/)
17 * [TrustBearer](https://openid.trustbearer.com/)
18 * or any of the [many others out there](http://openiddirectory.com/openid-providers-c-1.html)
19
20 Your OpenID is the URL that you are given when you sign up.
21 [[!if test="enabled(openid)" then="""
22 To sign in to this wiki using OpenID, just enter it in the OpenID field in the
23 signin form. You do not need to give this wiki a password or go through any
24 registration process when using OpenID.
25 """]]
26
27 ---
28
29 It's also possible to make a page in the wiki usable as an OpenID url,
30 by delegating it to an openid server. Here's an example of how to do that:
31
32         \[[!meta openid="http://yourid.myopenid.com/"
33                server="http://www.myopenid.com/server"]]