(Express) Personalize the web UI for Authentication

Question:

I’m using https://api.signicat.io/identification/v2/sessions endpoint to create authentication session with iframe flow. I need to customize UI of authentication screen inside iframe. In particular I need to set custom background color. I’ve found information on how to customize ui for signature screen on this page Personalise the web UI | Developer Pages. But I can not find similar information for authentication screen. Do you have such functionaly for authentication screen? Or is there any other way to change background color for authentication screen?

Answer:

There is unfortunately not much that can be changed on the Authentication, but if you look at “Create session → User Interface”, all possible changes are shown.
https://developer.signicat.com/express/apis/express-api.html#operation/identification/v2/CreateSession
The only option is if you are using iframe you can control the background color on your side, if you set the iframe size very small.

This post has been migrated from the previous community