Every time I try updating my **Allowed Callback URLs, I get the following error message error message, "**Error!The tenant is not allowed to modify session_transfer, please contact our support team.
Hi @cheeradmin
Welcome to the Auth0 Community!
This error occurs because Native to Web SSO (managed via the session_transfer configuration) is an Enterprise-level feature in Auth0 . If your tenant is not on an Enterprise plan, any API call or configuration update that attempts to write or modify the session_transfer settings of your application will be blocked by the server with this error.
It should be possible to overcome the error by disabling the Native to Web SSO feature under your application’s Settings tab → Session Transfer section. After this, please clear your browser’s cache data or attempt to update the Allowed Callback URL using Incognito mode.
In case your application relies on transferring sessions between a native app and a web application (for example, using a Session Transfer Token to share logins seamlessly), we do recommend upgrading your Subscription to Enterprise Subscription. This is also mentioned in our documentation on Enabling Native to Web SSO with Terraform, in case you are using Terraform for the update.
Let us know if you were able to clear the error!
Best regards,
Gerald