I created a simple application, and now i have tio add allowedurl to my application configuration, when i do that i have this error:
Error!
The tenant is not allowed to modify session_transfer, please contact our support team.
it seams to be an error relative to native to web sso authentication, but i didn’t configure it.
Any help?
Hi @megonet,
Welcome to the Auth0 Community!
The “session_transfer” setting is an Enterprise-only feature. Even though you did not configure it, this error is usually triggered by stale browser cookies or cached data autofilling in the background. It can also happen if a toggle in the “Session Transfer” section of the page was accidentally clicked while you were scrolling.
What I would recommend is to:
-
Open a new Incognito or Private Browsing window to completely bypass any cached cookies and autofill data. Log in to your Auth0 Dashboard there.
-
Go to Applications > Applications, select your app, and scroll down to the Session Transfer section. Make sure any toggles or checkboxes in this area are completely turned off or unchecked.
-
Enter your desired Allowed Callback URLs or Allowed Logout URLs, scroll to the bottom, and click Save Changes. Using a clean incognito session prevents the browser from sending conflicting background data, allowing your changes to save successfully.
Please let me know if just going through these steps helped get it working.
Best regards,
Remus