Skip to content

Commit 0f0376f

Browse files
author
Maxime Douailin
committed
#3921 - explicit 'your_user_provider' configuration parameter
1 parent 57cc957 commit 0f0376f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ in the x509 firewall configuration respectively.
7070

7171
An authentication provider will only inform the user provider of the username
7272
that made the request. You will need to create (or use) a "user provider" that
73-
turns that username into a User object of your choice:
73+
is referenced by the ``provider`` configuration parameter (``your_user_provider``
74+
in the configuration example). This provider will turn the username into a User
75+
object of your choice. For more information on creating or configuring a user
76+
provider, see:
7477

7578
* :doc:`/cookbook/security/custom_provider`
7679
* :doc:`/cookbook/security/entity_provider`

0 commit comments

Comments
 (0)