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
@@ -1,3 +1,7 @@
1
+ ### **4.8.5** (2022-04-22)
2
+
3
+ - #91
4
+
1
5
  ### **4.8.4** (2022-04-22)
2
6
 
3
7
  - #90
@@ -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
- pageId == "saml-post-form.ftl"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "4.8.4",
3
+ "version": "4.8.5",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
- pageId == "saml-post-form.ftl"
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"]) &&