#362: otpCredentials is an array!

This commit is contained in:
garronej
2023-06-18 16:13:18 +02:00
parent e28bcfced3
commit 98bcf3bf7e

View File

@ -465,7 +465,7 @@
) || (
<#-- https://github.com/keycloakify/keycloakify/issues/362 -->
["secretData", "value"]?seq_contains(key) &&
are_same_path(path, [ "totp", "otpCredentials" ])
are_same_path(path, [ "totp", "otpCredentials", "*" ])
) || (
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
are_same_path(path, ["brokerContext"]) &&