]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/openid.mdwn
(no commit message)
[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 * [Videntity](http://videntity.org/)
17 * [LiveJournal](http://www.livejournal.com/openid/)
18 * [TrustBearer](https://openid.trustbearer.com/)
19 * or any of the [many others out there](http://openiddirectory.com/openid-providers-c-1.html).
20
21 Your OpenID is the URL that you are given when you sign up.
22 [[!if test="enabled(openid)" then="""
23 To sign in to this wiki using OpenID, just enter it in the OpenID field in the
24 signin form. You do not need to give this wiki a password or go through any
25 registration process when using OpenID.
26 """]]
27
28 ---
29
30 It's also possible to make a page in the wiki usable as an OpenID url,
31 by delegating it to an openid server. Here's an example of how to do that:
32
33         \[[!meta openid="http://yourid.myopenid.com/"
34                server="http://www.myopenid.com/server"]]