diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml
index 019024c780..8ad6f8602e 100644
--- a/docs/manual/src/docbook/namespace-config.xml
+++ b/docs/manual/src/docbook/namespace-config.xml
@@ -329,8 +329,10 @@
]]>
where myAuthenticationProvider is the name of a
bean in your application context which implements
- AuthenticationProvider. See for more on information on how the Spring Security
+ AuthenticationProvider. You can use multiple
+ authentication-provider elements, in which case they will be checked
+ in the order they are declared when attempting to authenticated a user. See for more on information on how the Spring Security
AuthenticationManager is configured using the namespace.
Adding a Password Encoder