views:

46

answers:

2

Hello guys,

I want to integrate openid authentication into my php application. It must support authentication from yahoo, google, aol, msn/hotmail/live (not sure if its support openid).

I have tried searching google and have been able to come up with anything useful. I will really appreciate advises and links to good tutorials.

Thanks in anticipation.

+2  A: 

This looks like a pretty solid tutorial covering the Google part.

Googling for 'php openid implementation tutorial' yields lots of relevant links.

Good luck!

captaintokyo
A: 

Take a look at Janrain Engage. With the free version you can choose 6 different providers.

EDIT:

They provide an single API for authentication using OpenID and other authentication methods. Services like Twitter, Facebook and Windows Live don't use OpenID but some other method (i.e. Twitter uses something based on OAuth). Instead of implementing every method yourself you can use one single unified API.

Robert Ros
This site is not what you think it is. It appears to be a solutions provider company. Not a openid platform. Unless I am mistaken that is.
cdburgess
@cdburgess: I tried to clarify what Janrain Engage (formerly rpxnow) is
Robert Ros