Custom information box on the login screen

This feature was added in Kantega SSO version 6.28.0 and 7.28.0

Kantega SSO has support for adding a custom information box to the login screen to give users information such as which button they should select to be sent to the correct identity provider. To access this feature, go to Kantega SSO → Identity Providers → IDP Customizable texts and scroll down to the Custom information box on login screen section. This is shown in the picture below:

image-20240903-112611.png

The configuration above has the text “This is the custom login information box” as the content of the information box. The custom information box is shown in the picture below:

image-20240903-112901.png

This custom information box also supports HTML if more customization is required. See the pictures below for example usage:

Adding custom HTML to the login screen can give unfortunate results if caution is not taken. For this reason, the program will validate input to make sure that tags are closed properly. If the input validation fails, a warning message will become visible as shown below:

Note that if the HTML validation fails, then the value of the text box will reset to the previously configured value. The value you attempted to save should be easily to copy from the box inside the warning. If you believe that the validation has made a mistake, you can overwrite it by using the “Skip HTML validation for custom information box content on the next save.”-toggle to skip the validation on the next save. If the stored HTML is invalid then it can lead to unfortunate results such as in the picture below (the cause of the below error is not closing a div):