Adding your own branding
Learn how to add your own branding to the pre-built UI.
For a more seamless user experience you can heavily customize the pre-built UI branding by providing your own theme. Visit the branding tab in the Authsignal Portal to get started.
If you require a more bespoke branding experience then try out our UI customization tool. This tool allows you to change a wide range of design tokens (colors, borders, alignment, text) to tweak the look and feel of the entire pre-built UI.
The advanced customization tool provides a preview of various pre-built UI screens.
Custom templates
To override the pre-built UI’s layout you can provide a custom template.
Custom templates, at a bare minimum, must contain the following structure.
authsignal-head
and authsignal-widget
tags are required for the pre-built UI to function correctly.To update your tenant’s custom template, you can send the following payload to the Update Theme endpoint.
template
string must have escaped special characters.Adding custom HTML/CSS
Using a custom template allows you to add your own HTML/CSS.
For example, if you wanted to show an image next to the pre-built UI you could use the following template:
Which would result in:
Adding custom JavaScript
To add custom JavaScript to your custom template you can use the following structure:
Was this page helpful?