Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/22/2024 02:44 AM
Team, I just wanted to check if it's possible to add a application logo when displaying endpoint to users for selection and submission of a request.
For example, there is an Azure application integrated with Saviynt. Can we add the Azure logo to the endpoint tile, displaying both the logo and the name of the endpoint when end users search for this application? Is that customization possible?
02/22/2024 03:10 AM
Hi @suryavav ,
Please refer to the below post
02/22/2024 10:21 PM - edited 02/23/2024 08:37 AM
File Format should be .svg and size as 400x400
Below steps :
Run query from enhanced query job.
Attribute | Value |
Job Name | EnhancedQuery_Update_Manual |
Job Type | Enhanced Query Execution |
Operation | Update |
Rollback on failure | ON |
Description | Application Tile Logos |
Select Query | SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY, 'AWS.svg' AS ENDPOINTS__IMAGE_ID FROM ENDPOINTS where endpointname ='AWS' limit 1 |
02/23/2024 08:25 AM
Thanks. Could you please also confirm the standard image size?
02/23/2024 08:35 AM
400*400
03/12/2024 10:49 AM
@suryavav I hope this is resolved