]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki/openid.mdwn
Tell robots to noindex,follow basewiki pages
[git.ikiwiki.info.git] / doc / ikiwiki / openid.mdwn
1 [[!meta title="OpenID"]]
2 [[!meta robots="noindex, follow"]]
4 [[!if test="enabled(openid)"
5      then="This wiki has OpenID **enabled**."
6      else="This wiki has OpenID **disabled**."]]
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.
12 To sign up for an OpenID, visit one of the following identity providers:
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/index.php?dir=1)..
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 """]]
28 ---
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:
33         \[[!meta openid="http://yourid.myopenid.com/"
34                server="http://www.myopenid.com/server"]]