I am trying to migrate my classic login page to universal page with custom templates.
I have pushed a template, I can retrieve it and I also updated it.
However when i try to save and publish via the UI the custom login screen it tells me I need to have head tags.
What kind of head tags do we need? I just want to style the page.
I just wanted to know what are the expectations there.
I do have the widgets present and its working now, its just not straight forward what is supposed ot be added in that part (branding > universal login > login/login > head tags)
For the mandatory head tags for Advanced Customization, this is intended because of how this feature works. The Customize authentication screens section in Universal Login is the specific section to set ACUL configuration, which is intended for having full control over the UI. For such cases you will need to create your own client-side frontend application for the desired prompt/screen and set the script to fetch the bundle assets in the head tags. This is why, for Advanced Customization, head tags are required. I’ll share here the documentation of the Advanced Customization feature for a more in-depth understanding.