Add Custom Login Button to the New Universal Login Experience
Last Updated:
Overview
This article explains whether it is possible to add a custom login button to the new universal login experience.
Applies To
- Custom Login Button
- New Universal Login
Solution
It is recommended to add the authentication provider as a connection in Auth0.
Otherwise, if an arbitrary button should be added, use a page template with personal JavaScript to inject the button once the widget has been rendered. This is not a particularly clean solution since the button is added dynamically and relies on the widget DOM structure to remain the same.