I’ve been trying to set up Auth0 authorization using the Universal Login flow in Flutter Web. So far I’ve been successful to the point where I’m able to authorize without any issues, unless I customize the login page template (via a Management API request).
The documentation and other community questions suggest that additional configuration is required for it in order to work (e.g. Configure Features to Use Custom Domains).
Could you confirm that AuthLock configuration is necessary when a custom template is being used? It’s not clear whether this requirement applies to a situation updating the template via the api or just the web interface.
If the above is true, what would be the recommended way to do so in Flutter? The auth0_flutter doesn’t seem to provide an api to specify the additional configuration options.