Replies: 1 comment 1 reply
-
Sorry to bother. But any tip or advice would be great … thanks and congrats on the great library! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I want to use WinBox to create a "WEB portal" for employees to load their internal applications (SSO). Example of those applications:
But if we try to load a (SSO) application it fails or force the whole browser (redirect?) to move to the application, instead of loading the application inside the WinBox.
new WinBox("WinBox.js", {
url: "https://www.gmail.com/"
});
We are using add ons (Chrome and Firefox) to bypass the header and be able to load those applications, still not enough.
Allow any website to be loaded as an Iframe in the HUB (Chrome)
Allow any website to be loaded as an Iframe in the HUB (Firefox)
Any tip would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions