We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cc957 commit 0f0376fCopy full SHA for 0f0376f
cookbook/security/pre_authenticated.rst
@@ -70,7 +70,10 @@ in the x509 firewall configuration respectively.
70
71
An authentication provider will only inform the user provider of the username
72
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:
+ 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:
77
78
* :doc:`/cookbook/security/custom_provider`
79
* :doc:`/cookbook/security/entity_provider`
0 commit comments