You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I have followed few articles on universal login or auth0 login page to be used in the iframe from my app hosted on azure websites deployed as an sample app given on nest Js sample code base from Auth0 starter kit.
There have been a question on login page iframe issue with the universal login. where Adam Mcgrath has rasied the PR to respect AUTH0_COOKIE_SAME_SITE='none' to support iframe to show the login page in the iframe. However, I used this env. variable but it seems like the option is not working on the deployed version.
Request you to kinfly help on this as we are looking for this feature eagerly.
Thanks,
Nikhil M
Reproduction
Login to Auth0 tenant and created an app in the tenant with all the basic config on callback and logout url
Downloaded the NextJs sample app from the starter it and tried using it with the configuration setup. The app worked as expected.
Updated the env. configuration with AUTH0_COOKIE_SAME_SITE='none'.
Updated the Content page.jsx to render the login page in the iframe with the /api/auth/login page as source url.
Tested the app locally and as well as in the deployed version. The iframe is not loading the loading page with the universal login.
Expectation: Iframe should load the login page of Auth0 with the universal login
Reality: The login page from auth0 is still getting blocked by the iframe.
Checklist
Description
Hi Team,
I have followed few articles on universal login or auth0 login page to be used in the iframe from my app hosted on azure websites deployed as an sample app given on nest Js sample code base from Auth0 starter kit.
There have been a question on login page iframe issue with the universal login. where Adam Mcgrath has rasied the PR to respect AUTH0_COOKIE_SAME_SITE='none' to support iframe to show the login page in the iframe. However, I used this env. variable but it seems like the option is not working on the deployed version.
Request you to kinfly help on this as we are looking for this feature eagerly.
Thanks,
Nikhil M
Reproduction
Expectation: Iframe should load the login page of Auth0 with the universal login
Reality: The login page from auth0 is still getting blocked by the iframe.
Additional context
Post/Issue referred: https://community.auth0.com/t/using-auth0-login-in-iframe/91547/9
nextjs-auth0 version
3.5.0
Next.js version
13.5.1
Node.js version
18.10 LTS version
The text was updated successfully, but these errors were encountered: