File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 47
47
<parameter key =" security.validator.user_password.class" >Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator</parameter >
48
48
49
49
<parameter key =" security.expression_language.class" >Symfony\Component\Security\Core\Authorization\ExpressionLanguage</parameter >
50
+
51
+ <parameter key =" security.authentication_utils.class" >Symfony\Component\Security\Http\Authentication\AuthenticationUtils</parameter >
50
52
</parameters >
51
53
52
54
<services >
84
86
85
87
<service id =" security.expression_language" class =" %security.expression_language.class%" public =" false" />
86
88
89
+ <service id =" security.authentication_utils" class =" %security.authentication_utils.class%" >
90
+ <argument type =" service" id =" request_stack" />
91
+ </service >
92
+
87
93
<!-- Authorization related services -->
88
94
<service id =" security.access.decision_manager" class =" %security.access.decision_manager.class%" public =" false" >
89
95
<argument type =" collection" ></argument >
You can’t perform that action at this time.
0 commit comments