Dear colleagues, good afternoon.
We need your help setting up an iframe in ManageEngine ServiceDesk Plus.
The organization has a portal for users of all kinds of information, the top management wants to make sure that ServiceDesk Plus opens the same way on this portal itself. Now it happens like this, we go to the portal, then we click on the ServiceDesk tab, then another window opens and we get to ServiceDesk. We need to make sure that ServiceDesk opens on this portal without going to this tab. The portal developers said that we need to change the settings of our SDP.
Iframe Settings:
<iframe
src="there_link to the site";
sandbox="
allow-same-origin
allow-scripts
allow-forms
allow-modals
allow-popups
allow-top-navigation
allow-popups-to-escape-sandbox
"
allow="camera; microphone; geolocation"
referrerpolicy="origin"
loading="lazy"
width="100%"
height="100%"
></iframe>
How is it possible to prescribe this, and is it even possible to do this?