PHPackages                             kuleuven/authentication-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kuleuven/authentication-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

kuleuven/authentication-bundle
==============================

Symfony3 Bundle for KU Leuven Shibboleth authentication, with LDAP and Person Data API integration

0.2.4(9y ago)0120MITPHPPHP &gt;=5.6

Since Aug 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MetalArend/authentication-bundle)[ Packagist](https://packagist.org/packages/kuleuven/authentication-bundle)[ RSS](/packages/kuleuven-authentication-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (21)Used By (0)

This bundle adds a shibboleth authentication firewall to your Symfony3 project.

[![SensioLabsInsight](https://camo.githubusercontent.com/ce785a2f61d0a0e9d3bd88cec7565c942d3806b924753595d4c5f35957c6484e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61636434386164622d656338302d346336622d616437642d3037353835623933656338332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/acd48adb-ec80-4c6b-ad7d-07585b93ec83)[![Build Status](https://camo.githubusercontent.com/443b26f39bd78b6e8300448a522bef3ba65fbd8e47767962e46a51bc47c66826/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d6574616c4172656e642f61757468656e7469636174696f6e2d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/MetalArend/authentication-bundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/87257dd30c8613d174ec65cfa701efdf7aeae311c30f2c09c1618c7402939f08/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d6574616c4172656e642f61757468656e7469636174696f6e2d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/MetalArend/authentication-bundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9feae42dcd97801f6031523f034f4827ef082cd123db46eefa22394877638212/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d6574616c4172656e642f61757468656e7469636174696f6e2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/MetalArend/authentication-bundle/?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/b34dd4e11f1beba096a32a83fe9d9c978482d31f33e8e522ad60498e5f35aeb5/68747470733a2f2f706f7365722e707567782e6f72672f6b756c657576656e2f61757468656e7469636174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/kuleuven/authentication-bundle)[![Dependency Status](https://camo.githubusercontent.com/cacaa11d26a427a0f19deb2928d15f59f112947e3762b8684bcdc9d438ba4514/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537643830313862343330373437303033653134396264652f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57d8018b430747003e149bde)[![Latest Unstable Version](https://camo.githubusercontent.com/e1256d7c2e3657fe6414527bbce8c171f16d631359f7a53a9cb3661b4515cd25/68747470733a2f2f706f7365722e707567782e6f72672f6b756c657576656e2f61757468656e7469636174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/kuleuven/authentication-bundle)[![Dependency Status](https://camo.githubusercontent.com/86f249c2a8b318619db8e5a798781229f1241ee560629e30ea51df7bd0d6bf2e/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537643830313834343330373437303034653138653236302f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57d80184430747004e18e260)

Installation
============

[](#installation)

Download the Bundle
-------------------

[](#download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require kuleuven/authentication-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Enable the Bundle
-----------------

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
