ShibbolethBundle
ShibbolethBundle copied to clipboard
Symfony 2 bundle for shibboleth authentication
famoser's fork causes the following error > FatalThrowableError in ShibbolethListener.php line 54: Type error: Argument 6 passed to KULeuven\ShibbolethBundle\Security\ShibbolethListener::__construct() must be an instance of Symfony\Component\HttpKernel\Log\LoggerInterface, instance of Symfony\Bridge\Monolog\Logger given, called...
Hello, Thanks for your work! I was wondering if our bundle works on Symfony3 ? I'm trying to find a way to install it on a new project, and I...
Is possible making a Laravel 5 integration?
Demo
Hello, Is it possible to have a demo symfony project to test your bundle ? Are you going to maintain this bundle for new symfony versions ? Regards, R.
The attributes common name, surname and given name can contain special characters (eg: ô, é, ë) but are lost when converted to a [replacement character](https://en.wikipedia.org/wiki/Specials_%28Unicode_block%29#Replacement_character) because [an utf8_decode is applied](https://github.com/rmoreas/ShibbolethBundle/blob/master/Service/Shibboleth.php#L108).