Commit 98519042 authored by Grégoire Pineau's avatar Grégoire Pineau

[Doc] Fixed typo in security

parent 73b18ef6
...@@ -481,7 +481,7 @@ Defining a custom Authentication Provider ...@@ -481,7 +481,7 @@ Defining a custom Authentication Provider
The Symfony Security component provides a lot of ready-to-use authentication The Symfony Security component provides a lot of ready-to-use authentication
providers (form, HTTP, X509, remember me, ...), but you can add new ones providers (form, HTTP, X509, remember me, ...), but you can add new ones
easily. To register a new authentication provider, create a service named easily. To register a new authentication provider, create a service named
``security.authentication.factory.XXX`` where ``XXX`` is the name you want to ``security.authentication_listener.factory.XXX`` where ``XXX`` is the name you want to
use in your configuration:: use in your configuration::
$app['security.authentication_listener.factory.wsse'] = $app->protect(function ($name, $options) use ($app) { $app['security.authentication_listener.factory.wsse'] = $app->protect(function ($name, $options) use ($app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment