We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c0fac commit 63c57ddCopy full SHA for 63c57dd
reference/configuration/security.rst
@@ -133,6 +133,15 @@ Each part will be explained in the next section.
133
provider: some_key_from_above
134
http_digest:
135
136
+ guard:
137
+ # A key from the "providers" section of your security config, in case your user provider is different than the firewall
138
+ provider: ~
139
+
140
+ # A service id (of one of your authenticators) whose start() method should be called when an anonymous user hits a page that requires authentication
141
+ entry_point: null
142
143
+ # An array of service ids for all of your "authenticators"
144
+ authenticators: []
145
form_login:
146
# submit the login form here
147
check_path: /login_check
0 commit comments