SSO to flow into iframe

avatar

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.


13119637a63368a2a488cd190e826a8c2aaf49a6

Is there a way to enable sso to flow through iframe.
Any suggestion would be great…

13119637a63368a2a488cd190e826a8c2aaf49a6.png

avatar

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

All Comments (4)

avatar

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

avatar

Thank you for your response I will try that and let you know.

avatar

Worked like magic.
Thank you

avatar

@Adam Driscoll Is there any other way to make iframe visible in mobile device or this will work across all the device??