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