Skip to content

Commit bdf6b93

Browse files
Update security.rst
Co-authored-by: Robin Chalas <chalasr@users.noreply.github.com>
1 parent 1cbfe73 commit bdf6b93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

security.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,8 @@ class ExampleController
689689
}
690690
}
691691

692-
The previous example only works if you have one authenticator in the firewall. If the firewall is not passed, it will
692+
The previous example only works if you have only one authenticator configured on the current firewall so if you have more than one authenticator, you need to specify which authenticator should be used.
693+
If the firewall is not explicitly passed, the method will
693694
be retrieved from the request. If the current request is not under any firewall an ... exception will be thrown.
694695

695696
You can also pass the authenticator on which the user will

0 commit comments

Comments
 (0)