ShibbolethBundle
ShibbolethBundle copied to clipboard
Symfony version3
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 have a lot of issues with the configuration.
Thank you in advance for your answer
Hi @Kury25,
Sorry for the late reply.
I've no idea it works in Symfony3. I'm not doing a lot of php development anymore. I've only one active project using this bundle and this is still in Symfony 2. Although I think there are people using this bundle in Symfony 3 too.
Is see that @famoser is doing some stuff on a fork for symfony 3: https://github.com/famoser/ShibbolethBundle
I tried to adapt the bundle to work with symfony3, but due to bad testing conditions I was unable to verify if it still works as expected. I've ended up using a kernel event to handle the Authentication. The fork may still be an interesting starting point for you, as it injects into symfony3 without errors.
@famoser: See the pull request I made (https://github.com/rmoreas/ShibbolethBundle/pull/25) because your fork is causing an error using the deprecated Symfony\Component\HttpKernel\Log\LoggerInterface.