Download the PHP package l3/uid-user-bundle without Composer
On this page you can find all versions of the php package l3/uid-user-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download l3/uid-user-bundle
More information about l3/uid-user-bundle
Files in l3/uid-user-bundle
Package uid-user-bundle
Short Description User Provider for CAS (return only the UID)
License LGPL-3.0-or-later
Homepage https://github.com/l3-team/UidUserBundle
Informations about the package uid-user-bundle
User Provider for CAS
Allow use only UID (returned by CasBundle) for application Symfony2, Symfony3, Symfony4 and Symfony 5 and Symfony 6 (uid is the id user returned by jasig cas sso server and by the l3-team/CasBundle (repository github) or l3/cas-bundle (repository packagist))
Installation of the Bundle
Install the Bundle with this command :
Launch the command composer update to install the package.
For Symfony 2 and 3 : add the Bundle in the AppKernel.php file.
For Symfony 4 and Symfony 5 and Symfony 6 : Verify if the line are present in config/bundles.php file (if not present, just add the line) :
Configuration of the bundle
For Symfony 2 and 3 : in the firewall of your application, use the Bundle :
For Symfony 4 and Symfony 5 and Symfony 6 : in the firewall of your application, use the Bundle :
For Symfony 6:
and specify uid_user_provider for the keys provider for your firewalls in security.yaml file
All versions of uid-user-bundle with dependencies
symfony/http-foundation Version ~7.0
symfony/security-bundle Version ~7.0
symfony/routing Version ~7.0
symfony/framework-bundle Version ~7.0