Hi Ivan! See this part of the docs: http://symfony.com/doc/2.0/cookbook/security/custom_authentication_provider.html#the-factory
It's not shown there, but to add options under your listener, create the nodes you need in the addConfiguration method. For an example on how this is done, see: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php#L30 Good luck! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Fri, Sep 30, 2011 at 3:48 AM, IvanGuillen <[email protected]> wrote: > I'm doing my custom OAuth authentication firewall, and i got that > error: > > "InvalidConfigurationException: Unrecognized options "oauth" under > "security.firewalls.secured_area"" > > What I have to set up to get my own authentication "oauth" working? > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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 > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
