From 10b2322250d58a508ad6a620d9d4e230a619441a Mon Sep 17 00:00:00 2001 From: jgomer2001 Date: Wed, 22 Jan 2025 13:55:39 -0500 Subject: [PATCH] docs: remove unused config property #10661 Signed-off-by: jgomer2001 --- docs/janssen-server/developer/agama/engine-bridge-config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/janssen-server/developer/agama/engine-bridge-config.md b/docs/janssen-server/developer/agama/engine-bridge-config.md index 8715554dba6..c582e25aa13 100644 --- a/docs/janssen-server/developer/agama/engine-bridge-config.md +++ b/docs/janssen-server/developer/agama/engine-bridge-config.md @@ -40,8 +40,6 @@ The properties of Agama engine configuration are described in the following: - `finishedFlowPage`: A path relative to `/opt/jans/jetty/jans-auth/agama` containing the location of the page shown when a flow has finished (whether successfully or not) in the phase handled exclusively by the engine. This page features an auto-submitting form that users won't notice in practice. This page will rarely need modifications. Default value is `finished.ftlh` -- `bridgeScriptPage`: This is a facelets (JSF) page the bridge needs for proper operation. This page resides in the authentication server WAR file and will rarely need modifications. Default value is `agama.xhtml` - - `serializeRules`: A JSON object specifying the serialization rules, see below. It is not recommended to remove items from the out-of-the-box rules. Adding items is fine ### Serialization rules