The FpOpenIdBundle adds support of openid authentication to symfony's security. It uses LightOpenId as a relying party(client).
Features include:
- Fully integrated to Symfony's Security
- Unit tested
Note: Previous versions of the bundle 1.0 for Symfony 2.0.x and 1.1 for Symfony 2.1.x are not supported any more.
Caution: This bundle is developed in sync with symfony's repository.
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Read the Documentation for 2.7-dev (for Symfony 2.7.x)
Read the Documentation for 1.3.0 (for Symfony 2.1.x)
Read the Documentation for 1.2.0 (for Symfony 2.0.x)
All the installation instructions are located in documentation.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
FpOpenIdBundle is a formapro initiative. See also the list of contributors.
- nurikabe for very early feedback.
- klebba for suggestions to new version.
- Koc for point me out to a very good UserProvider implementation.
- The first versions inspired by OpenIDAuthBundle.
UserManager
inspired by FOSOAuthServerBundle bundle.- Installation doc adapted from FOSUserBundle doc.
- formapro for supporting open source movement.
- dr-fozzy for adding support of mongodb driver.
Issues and feature requests are tracked in the Github issue tracker. Read this note to find out how to run the bundle's tests.