Difference between revisions of "OpenID"

From YobiWiki
Jump to navigation Jump to search
m
Line 24: Line 24:
 
* [http://www.openidenabled.com/ PHP, Python & Ruby], also available in Debian
 
* [http://www.openidenabled.com/ PHP, Python & Ruby], also available in Debian
 
==Security==
 
==Security==
Some are worrying about easier phishing attacks as the relying party could redirect you to another identity provider than yours.<br>That's why it's good to have diversity and to have your own identity provider hosted at your own server, with your own style and your own authentication method<br>If there will be phishing, that will occur for the big OpenID providers
+
Some are worrying about easier phishing attacks as the relying party could redirect you to another identity provider than yours.<br>That's why it's good to have diversity and to have your own identity provider hosted at your own server, with your own style and your own authentication method<br>If there will be phishing, that will occur for the big OpenID providers.
  +
<br>But if you're using a self-signed SSL identity server, for sure man-in-the-middle SSL attack can occur much more easily so don't rely on it!

Revision as of 23:27, 15 February 2008

Links

Identity provider (OpenID provider)

Either your own server a service provider offering the service

  • phpMyID is a standalone, single user, OpenID Identity Provider.

Recipes

Relying Party (Consumer)

Mod Auth OpenID for Apache

apt-get install libapache2-mod-auth-openid

Recipes

Libraries

Security

Some are worrying about easier phishing attacks as the relying party could redirect you to another identity provider than yours.
That's why it's good to have diversity and to have your own identity provider hosted at your own server, with your own style and your own authentication method
If there will be phishing, that will occur for the big OpenID providers.
But if you're using a self-signed SSL identity server, for sure man-in-the-middle SSL attack can occur much more easily so don't rely on it!