keycloakify 7.12.1 → 7.12.2
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.
@@ -171,9 +171,10 @@
|
|
171
171
|
<#-- https://github.com/keycloakify/keycloakify/pull/65#issuecomment-991896344 (reports with saml-post-form.ftl) -->
|
172
172
|
<#-- https://github.com/keycloakify/keycloakify/issues/91#issue-1212319466 (reports with error.ftl and Kc18) -->
|
173
173
|
<#-- https://github.com/keycloakify/keycloakify/issues/109#issuecomment-1134610163 -->
|
174
|
+
<#-- https://github.com/keycloakify/keycloakify/issues/357 -->
|
174
175
|
key == "loginAction" &&
|
175
176
|
are_same_path(path, ["url"]) &&
|
176
|
-
["saml-post-form.ftl", "error.ftl", "info.ftl"]?seq_contains(pageId) &&
|
177
|
+
["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
|
177
178
|
!(auth?has_content && auth.showTryAnotherWayLink())
|
178
179
|
) || (
|
179
180
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|
package/package.json
CHANGED
@@ -171,9 +171,10 @@
|
|
171
171
|
<#-- https://github.com/keycloakify/keycloakify/pull/65#issuecomment-991896344 (reports with saml-post-form.ftl) -->
|
172
172
|
<#-- https://github.com/keycloakify/keycloakify/issues/91#issue-1212319466 (reports with error.ftl and Kc18) -->
|
173
173
|
<#-- https://github.com/keycloakify/keycloakify/issues/109#issuecomment-1134610163 -->
|
174
|
+
<#-- https://github.com/keycloakify/keycloakify/issues/357 -->
|
174
175
|
key == "loginAction" &&
|
175
176
|
are_same_path(path, ["url"]) &&
|
176
|
-
["saml-post-form.ftl", "error.ftl", "info.ftl"]?seq_contains(pageId) &&
|
177
|
+
["saml-post-form.ftl", "error.ftl", "info.ftl", "login-oauth-grant.ftl"]?seq_contains(pageId) &&
|
177
178
|
!(auth?has_content && auth.showTryAnotherWayLink())
|
178
179
|
) || (
|
179
180
|
["contextData", "idpConfig", "idp", "authenticationSession"]?seq_contains(key) &&
|