keycloakify 4.8.4 → 4.8.5
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.
package/CHANGELOG.md
CHANGED
@@ -122,10 +122,11 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
122
122
|
key == "updateProfileCtx" &&
|
123
123
|
are_same_path(path, [])
|
124
124
|
) || (
|
125
|
-
<#-- https://github.com/InseeFrLab/keycloakify/pull/65#issuecomment-991896344 -->
|
125
|
+
<#-- https://github.com/InseeFrLab/keycloakify/pull/65#issuecomment-991896344 (reports with saml-post-form.ftl) -->
|
126
|
+
<#-- https://github.com/InseeFrLab/keycloakify/issues/91#issue-1212319466 (reports with error.ftl and Kc18) -->
|
126
127
|
key == "loginAction" &&
|
127
128
|
are_same_path(path, ["url"]) &&
|
128
|
-
|
129
|
+
["saml-post-form.ftl", "error.ftl"]?seq_contains(pageId)
|
129
130
|
) || (
|
130
131
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|
131
132
|
are_same_path(path, ["brokerContext"]) &&
|
package/package.json
CHANGED
package/src/bin/build-keycloak-theme/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl
CHANGED
@@ -122,10 +122,11 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
122
122
|
key == "updateProfileCtx" &&
|
123
123
|
are_same_path(path, [])
|
124
124
|
) || (
|
125
|
-
<#-- https://github.com/InseeFrLab/keycloakify/pull/65#issuecomment-991896344 -->
|
125
|
+
<#-- https://github.com/InseeFrLab/keycloakify/pull/65#issuecomment-991896344 (reports with saml-post-form.ftl) -->
|
126
|
+
<#-- https://github.com/InseeFrLab/keycloakify/issues/91#issue-1212319466 (reports with error.ftl and Kc18) -->
|
126
127
|
key == "loginAction" &&
|
127
128
|
are_same_path(path, ["url"]) &&
|
128
|
-
|
129
|
+
["saml-post-form.ftl", "error.ftl"]?seq_contains(pageId)
|
129
130
|
) || (
|
130
131
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|
131
132
|
are_same_path(path, ["brokerContext"]) &&
|