Integrating OpenID into Symfony 1.4?
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-03-30T18:13:40Z
Indexed on
2010/04/02
0:33 UTC
Read the original article
Hit count: 457
I've tried integrating sfPHPOpenIdPlugin but that hit a dead-end since it's built for Symfony 1.2 and relies on deprecated PHP functionality; I also had a go with sfGoogleLoginPlugin which did authenticate correctly but lacks extended capability to retrieve user details (+ would restrict me to Google; obviously).
I'm thinking the most viable solution is to link in one of the various PHP libraries available into my model.
I'm wondering if anyone else has had any success/tips with such an integration and what libraries to consider?
© Stack Overflow or respective owner