From b28e0ac90668d73a5f468b792fe0aea44e769cdd Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 09:15:59 +0200 Subject: [PATCH] Hide mention about custom authenticator in prod --- topics/identity-broker/first-login-flow.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/topics/identity-broker/first-login-flow.adoc b/topics/identity-broker/first-login-flow.adoc index 59757a031c..820ff23eb6 100644 --- a/topics/identity-broker/first-login-flow.adoc +++ b/topics/identity-broker/first-login-flow.adoc @@ -21,8 +21,11 @@ By default it points to `first broker login` flow, but you can configure and use The flow itself is configured in admin console under `Authentication` tab. When you choose `First Broker Login` flow, you will see what authenticators are used by default. You can re-configure the existing flow. (For example you can disable some authenticators, mark some of them as `required`, configure some authenticators, etc). -Or you can even create a new authentication flow and/or write your own Authenticator implementations and use it in your flow. + +{% if project.community %} +You can also create a new authentication flow and/or write your own Authenticator implementations and use it in your flow. See link:{{book.developerguide.link}}[{{book.developerguide.name}}] for more details. +{% endif %} ==== Default First Login Flow