keycloakify 7.12.6 → 7.12.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -462,6 +462,10 @@
|
|
462
462
|
are_same_path(path, ["url"]) &&
|
463
463
|
["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
|
464
464
|
!(auth?has_content && auth.showTryAnotherWayLink())
|
465
|
+
) || (
|
466
|
+
<#-- https://github.com/keycloakify/keycloakify/issues/362 -->
|
467
|
+
["secretData", "value"]?seq_contains(key) &&
|
468
|
+
are_same_path(path, [ "totp", "otpCredentials", "*" ])
|
465
469
|
) || (
|
466
470
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|
467
471
|
are_same_path(path, ["brokerContext"]) &&
|
package/package.json
CHANGED
@@ -462,6 +462,10 @@
|
|
462
462
|
are_same_path(path, ["url"]) &&
|
463
463
|
["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
|
464
464
|
!(auth?has_content && auth.showTryAnotherWayLink())
|
465
|
+
) || (
|
466
|
+
<#-- https://github.com/keycloakify/keycloakify/issues/362 -->
|
467
|
+
["secretData", "value"]?seq_contains(key) &&
|
468
|
+
are_same_path(path, [ "totp", "otpCredentials", "*" ])
|
465
469
|
) || (
|
466
470
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|
467
471
|
are_same_path(path, ["brokerContext"]) &&
|