Adding SAML Service Provider applications in SSP.
The self-service portal experience was enhanced by introducing a comprehensive list of SAML service provider applications. This improvement aims to elevate the visibility of existing applications and allows the user to directly access them.
Overview
New fields added in the admin Applications
To enhance the list' appearance in SSP, a new field (optional) called "logo file" has been introduced. The limitation in size of this field will be 100 kilobytes. The image will be shrink in the backend to desired 2 MB max to be store in the ZK.
Introducing this new field for applications may lead to a conflict with SSP logo uploads. In such instances, any upload action within SSP, whether through the SSP settings page, personalization page or the application setting page, will result in modifying the image in both JSON files (ssp.json and service-provider.json).
Another aspect is that the application that will be displayed in the SSP will be only the SAML applications that have a redirect URL configured.
The Veridium Manager and SSP application that can be configured from Settings->Admin auth it is an exception for this feature. This means that for this in particular it will not show any option to upload the logo and will not be displayed in SSP.
Configurable property for displaying the application list in SSP
To make this feature configurable, a configuration flag is included in the SSP settings. This flag enables the option to display or hide the new header in SSP based on user preferences. By default this field is set on false, that means the new header will be by default not displayed in SSP.
Ultimately, the new header in SSP, designed to showcase application content, will feature the application logo, application name OR friendly name, and redirect link if clicks on the card. The list of application has implemented infinity scroll mechanism in order to not fetch the entire list of application that have also the logo images.