diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/identity-broker.xml b/docbook/auth-server-docs/reference/en/en-US/modules/identity-broker.xml
index 41c36f0c4f..cebf3af5b7 100755
--- a/docbook/auth-server-docs/reference/en/en-US/modules/identity-broker.xml
+++ b/docbook/auth-server-docs/reference/en/en-US/modules/identity-broker.xml
@@ -332,6 +332,16 @@
More details in First Login section.
+
+
+ Post Login Flow
+
+ Alias of authentication flow, which is triggered after each login with this identity provider. Useful if you want additional verification of each user
+ authenticated with this identity provider (for example OTP). Leave this empty if you don't want any additional authenticators to be triggered after login
+ with this identity provider. Also note, that authenticator implementations must assume that user is already
+ set in ClientSession as identity provider already set it.
+
+