From 0f0376fdf0512219ef66bf7eff27a1dda4bf2b95 Mon Sep 17 00:00:00 2001 From: Maxime Douailin Date: Tue, 10 Jun 2014 11:09:29 +0200 Subject: [PATCH] #3921 - explicit 'your_user_provider' configuration parameter --- cookbook/security/pre_authenticated.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cookbook/security/pre_authenticated.rst b/cookbook/security/pre_authenticated.rst index 1bc74d7511b..fe77000422c 100644 --- a/cookbook/security/pre_authenticated.rst +++ b/cookbook/security/pre_authenticated.rst @@ -70,7 +70,10 @@ in the x509 firewall configuration respectively. An authentication provider will only inform the user provider of the username that made the request. You will need to create (or use) a "user provider" that - turns that username into a User object of your choice: + is referenced by the ``provider`` configuration parameter (``your_user_provider`` + in the configuration example). This provider will turn the username into a User + object of your choice. For more information on creating or configuring a user + provider, see: * :doc:`/cookbook/security/custom_provider` * :doc:`/cookbook/security/entity_provider` \ No newline at end of file