dev-master
9999999-dev https://github.com/syntelix/SyntelixOidcRelyingPartyBundleOpenID Connect Relying Party Bundle
MIT
The Requires
The Development Requires
by Gonzalo Rodriguez
by Alberte Moço
OpenID Connect Relying Party Bundle
Integrate with an OpenID Connect Provider using the OAuth code flow., (*3)
This bundle follows the OIDC Basic Client Implementerâs Guide., (*4)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)
$ composer require syntelix/oidc-relying-party-bundle dev-master
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*6)
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:, (*7)
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Syntelix\Bundle\OidcRelyingPartyBundle\SyntelixOidcRelyingPartyBundle(), ); // ... } // ... }
This bundle is a fork of https://github.com/waldo2188/OpenIdConnectRelyingPartyBundle., (*8)
OpenID Connect Relying Party Bundle
MIT