SSO to flow into iframe

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…

1 Like

You may need to enable SameSiteNone cookies for PSU to allow it be hosted in an iframe.

"CookiePolicy": "SameSiteNone"
1 Like

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

Worked like magic.
Thank you

1 Like

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