I have an Umbraco instance locally setup that I would like to open inside iframe as following:
<iframe src="https://localhost:44361/umbraco" width="100%" height="700px" allowfullscreen>
</iframe>
Currently I am able to open the umbraco login page in the iframe, but not able to login may be due to not able create/read auth cookie. As I can see in browser, the iframe hosted umbraco login redirecting me to home page but not saving the auth cookie. Due to the reason, if I reload the page it shows the login page again.
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/111406-run-umbraco-inside-html-iframe-tag