@cm-sigoo-temp/ui 0.2.34 → 0.2.35
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.
|
@@ -6583,7 +6583,10 @@ function Gs({
|
|
|
6583
6583
|
onLoad: "check-sso",
|
|
6584
6584
|
pkceMethod: "S256",
|
|
6585
6585
|
flow: "standard",
|
|
6586
|
-
silentCheckSsoRedirectUri: x
|
|
6586
|
+
silentCheckSsoRedirectUri: x,
|
|
6587
|
+
// Evitar iframe: el servidor Keycloak suele enviar X-Frame-Options: sameorigin
|
|
6588
|
+
// y el navegador bloquea "Refused to display in a frame", rompiendo token/permisos/logout.
|
|
6589
|
+
checkLoginIframe: !1
|
|
6587
6590
|
}).then((E) => {
|
|
6588
6591
|
if (!E) {
|
|
6589
6592
|
Ee.login({
|