Hello, I'm currently writing my auth authorization/authentication bundle so that it connect correctly with our information system. I have designed an authentication provider (based strictly on the cookbook example) that works perfectly well. I have my own userProvider, my own token class, my own roles and so on... I need now to implement a switchUserListener, as the one in Symfony does works with my authentication provider (problem with classes, roles..).
What I have done for now is that I have modified the one on symfony as a proof of concept, and it's working fine. But what I would like to do is to add this Listener in a clean way. But I don't understand how to add a simple Firewall listener without all the authentication provider. >From what I see the switchUserListener is created in the code of Symfony and not in a configuration file... so it does not help me Does somebody has some hint to achieve that ? THanks in adavance f.g. -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en --- You received this message because you are subscribed to the Google Groups "Symfony developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
