Hide mention about custom authenticator in prod
This commit is contained in:
parent
63a5e9c5eb
commit
b28e0ac906
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
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.
|
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).
|
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.
|
See link:{{book.developerguide.link}}[{{book.developerguide.name}}] for more details.
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
==== Default First Login Flow
|
==== Default First Login Flow
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue