Hi, we have an external app that uses Azure active directory as the Single Sign On, we are using Pop Up as a redirect for the Interaction type. Previously we add the app and when we open the app it successfully login to the ad and we can open the external app. But now I don't know why suddenly we can't open the external app the pop-up login will not be closed, we tried to inspect the iframe, and we notice there is a sandbox property in our iframe, I don't know if it's new or not but when we remove the property and tried to reload the iframe we can successfully open the external app again. This is how to reproduce the issue
1. Add an External App
2. Open the External App
3. We will see the sandbox attribute in the iframe
4. Remove the sandbox property
5. Reload the frame
As you can see after we remove the sandbox property and reload the frame now the login popup will work again. Is there any way to set up the sandbox property we would to remove it or we can also add allow-origin in the property so our external app can work again?