Filter out some Ftl context

This commit is contained in:
Joseph Garrone 2024-03-19 14:57:32 +01:00
parent 168582efea
commit 7887bd2b67

View File

@ -497,6 +497,10 @@
) || (
are_same_path(path, ["user"]) &&
key == "delegateForUpdate"
) || (
<#-- Security audit forwarded by Garth (Gmail) -->
are_same_path(path, ["client", "attributes"]) &&
key == "saml.signing.private.key"
)
>
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>