Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #6253 [Security] Include guard firewall configuration sample. (…
…calinpristavu) This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #6253). Discussion ---------- [Security] Include guard firewall configuration sample. As per "`config:dump-reference symfony`" output, add the guard firewall configuration to the sample security configuration file. `guard: # A key from the "providers" section of your security config, in case your user provider is different than the firewall provider: ~ # A service id (of one of your authenticators) whose start() method should be called when an anonymous user hits a page that requires authentication entry_point: null # An array of service ids for all of your "authenticators" authenticators: [] ` Commits ------- 63c57dd [Security] Include guard firewall configuration sample.
- Loading branch information