Hi Team,
When I am trying to export auth0 configs using cli version 8.39.0 getting below warning.
2026-07-08T05:04:40.066Z - warn: The following tenant flags have not been updated because deemed incompatible with the target tenant: allow_changing_enable_sso, allow_other_legacy_grant_types, disable_impersonation, enable_custom_domain_in_emails, new_universal_login_experience_enabled, universal_login, use_scope_descriptions_for_consent, dashboard_ui_next, include_email_in_reset_pwd_redirect, include_email_in_verify_email_redirect
These flags can likely be removed from the tenant definition file. If you believe this removal is an error, please report via a Github issue.
My question here is, I am unable to find those flags anywhere in the export and how we can keep track of ever changing deprecations list from Auth0. How certain we are the import functionality work when we use the same export dump?
Is there any page from Auth0 to refer about deprecated flags?
How we can remove these flags from our tenant configs?
Thanks
Uma