Customization
To further customize the branding of the authentication app and align it with your native app, please follow the steps below.
Create a Landing Page for Authentication Branding
Authentication branding is typically managed through a landing page, allowing you to apply different customizations for various products scanned by users.
However, to maintain consistent branding within your mobile app, we recommend creating a dedicated, empty landing page solely for configuring authentication branding settings.
Note: This landing page is distinct from those used for campaigns and redirections.
Select Brand Logo and Colors
While editing the landing page, open the Auth App Branding
tab from the hamburger menu.
You can then upload your brand logo and select colors that match your native app’s style.
Update the URL
After configuring your preferred logo and colors, please contact support to obtain the special landing page key associated with your new landing page.
If your landing page key is lp-key
, update the URL loaded within your app’s webview as follows:
https://verify.scantrust.com/video/?lp_key=<lp-key>
Additional settings
Remove the Default Header
The authentication app includes a default header displaying your brand logo and a language selector. If your app already has its own header, or you want to restrict language options, you may wish to remove this default header.
To do so, append the no-header
search parameter to the URL loaded in your app’s webview:
https://verify.scantrust.com/video/?lp_key=<lp-key>&no-header
Language Selection
If you remove the default header or want to limit available translations, you must implement a language selector within your app.
To load the video authentication in a specific supported language, append the language
parameter to the URL:
https://verify.scantrust.com/video/?lp_key=<lp-key>&no-header&language=<>
The following languages are currently supported:
Language | Code |
---|---|
English | en |
German | de |
Spanish | es |
Persian | fa |
French | fr |
Hindi | hi |
Indonesian | id |
Italian | it |
Japanese | ja |
Chinese (TW) | tw |
Vietnamese | vi |
Chinese | zh |
If your desired language is not listed, please contact support.