Download the PHP package manticora/google-federated-login-bundle without Composer
On this page you can find all versions of the php package manticora/google-federated-login-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manticora/google-federated-login-bundle
More information about manticora/google-federated-login-bundle
Files in manticora/google-federated-login-bundle
Package google-federated-login-bundle
Short Description Google Federated Login
License MIT
Homepage https://github.com/mgiustiniani/ManticoraGoogleFederatedLoginBundle
Informations about the package google-federated-login-bundle
ManticoraGoogleFederatedLoginBundle
this bundle add a relay party Implementation of FpOpenIdBundle for Google App Federated login
Usage
...
Installation
Download Packages
Add the following lines in your composer.json
file:
Now, run composer.phar to download the bundle:
Note: You can immediately start using it. The autoloading files have been generated by composer and already included to the app autoload file.
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Step 3: Configure app/config/config.yml
Step4: Configure FpOpenId
Follow other instructions FpOpenIdBundle
Step5: Configure OpenId for your domain
Follow How to Setup OpenID with Google Apps
Step6: Add RelayParty in FpOpenId security.yml config
add relying_party:
add required_attributes:
see example
License
ManticoraGoogleFederatedLoginBundle is released under the MIT License. See the bundled LICENSE file for details.