]> sipb.mit.edu Git - ikiwiki.git/blob - doc/openid.mdwn
web commit by http://id.inelegant.org/
[ikiwiki.git] / doc / openid.mdwn
1 [[meta title="OpenID"]]
2
3 [[template id=note text="""
4 [[if test="enabled(openid)"
5      then="This wiki has OpenID **enabled**."
6      else="This wiki has OpenID **disabled**."]]
7 """]]
8
9 [OpenID](http://openid.net) is a decentralized authentication mechanism
10 that allows you to have one login that you can use on a growing number of
11 websites.
12
13 To sign up for an OpenID, visit one of the following identity providers:
14
15 * [MyOpenID](https://www.myopenid.com/)
16 * [GetOpenID](https://getopenid.com/)
17 * [Videntity](http://videntity.org/)
18 * [LiveJournal](http://www.livejournal.com/openid/)
19 * or any of the many others out there..
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 link="http://www.myopenid.com/server" rel="openid.server"]]
34         \[[meta link="http://yourid.myopenid.com/" rel="openid.delegate"]]