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