Skip to content

Commit 5c488c8

Browse files
authored
Add missing signature_properties config
1 parent d57d770 commit 5c488c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

security/login_link.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ under the firewall. You must configure a ``check_route`` and
6161
6262
<config>
6363
<firewall name="main">
64-
<login-link check-route="login_check"/>
64+
<login-link check-route="login_check">
65+
<signature-property>id</signature-property>
66+
</login-link>
6567
</firewall>
6668
</config>
6769
</srv:container>
@@ -75,6 +77,7 @@ under the firewall. You must configure a ``check_route`` and
7577
$security->firewall('main')
7678
->loginLink()
7779
->checkRoute('login_check')
80+
->signatureProperties(['id'])
7881
;
7982
};
8083

0 commit comments

Comments
 (0)