1

Through this and this, I've managed to integrate facebook authentication into my site.

The flow was like this:

User click on facebook login button (w/registration url) for the first time --> registration form popup and user press agree --> From then if user is login with facebook, they are automatically login into my site.

So the user can either login using email address and password as usual or login through facebook.

Can I achieve similar result with OpenId ?

Community
  • 1
  • 1
quyetnd
  • 589
  • 3
  • 8

1 Answers1

0

Take a look here:

http://www.nedproductions.biz/wiki/replacing-plones-openid-login-with-an-openid-selector-for-google-yahoo-etc

I'm aware that it's not exactly what you are searching for but it could fit your needs anyway and, after all, stackoverflow uses the same approach.

Giacomo Spettoli
  • 4,476
  • 1
  • 16
  • 24
  • Thanks, I've looked through that. What he did is just UI related, not the openid PAS plugin though (it still return openid url at the end). – quyetnd Oct 14 '11 at 05:06