diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml
index 85cb02a2ac..3b954e5c27 100644
--- a/docs/manual/src/docbook/appendix-namespace.xml
+++ b/docs/manual/src/docbook/appendix-namespace.xml
@@ -230,6 +230,21 @@
"/spring_security_login?login_error", which will be automatically handled by the automatic
login page generator, re-rendering the login page with an error message.
+
+ authentication-success-handler-ref
+ This can be used as an alternative to default-target-url
+ and always-use-default-target, giving you full control over the navigation flow
+ after a successful authentication. The value should be he name of an AuthenticationSuccessHandler
+ bean in the application context.
+
+
+
+ authentication-failure-handler-ref
+ Can be used as an alternative to authentication-failure-url, giving you full control over the navigation flow
+ after an authentication failure. The value should be he name of an AuthenticationFailureHandler
+ bean in the application context.
+
+