This commit is contained in:
parent
5417dc1bed
commit
5bb22fc345
@ -501,6 +501,10 @@
|
|||||||
<#-- Security audit forwarded by Garth (Gmail) -->
|
<#-- Security audit forwarded by Garth (Gmail) -->
|
||||||
are_same_path(path, ["client", "attributes"]) &&
|
are_same_path(path, ["client", "attributes"]) &&
|
||||||
key == "saml.signing.private.key"
|
key == "saml.signing.private.key"
|
||||||
|
) || (
|
||||||
|
<#-- See: https://github.com/keycloakify/keycloakify/issues/534 -->
|
||||||
|
are_same_path(path, ["login"]) &&
|
||||||
|
key == "password"
|
||||||
)
|
)
|
||||||
>
|
>
|
||||||
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user