Hi,
I am trying to display a page built in PowerShell universal into another website through iframe below is the image where I am not able to get the desired output.
Is there a way to enable sso to flow through iframe.
Any suggestion would be great…
13119637a63368a2a488cd190e826a8c2aaf49a6.png
Recommended Answer
You may need to enable SameSiteNone cookies for PSU to allow it be hosted in an iframe.
docs.powershelluniversal.com
"CookiePolicy": "SameSiteNone"
Adam Driscoll
PowerShell Expert and Developer at Devolutions
You may need to enable SameSiteNone cookies for PSU to allow it be hosted in an iframe.
docs.powershelluniversal.com
"CookiePolicy": "SameSiteNone"
Adam Driscoll
PowerShell Expert and Developer at Devolutions
Thank you for your response I will try that and let you know.
Worked like magic.
Thank you
@Adam Driscoll Is there any other way to make iframe visible in mobile device or this will work across all the device??