Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Update Application logo images in bulk, post upgrade to version 24.1

kt7
New Contributor
New Contributor

This relates to the images when doing a request for access.

For example, We purposely updated the image in QA for ADOM. Then, we had our upgrade to 24.1 last night. Note that the image for ADOM is the old image.

To fix the PROD ones, We'd rather us not have to do each one individually. Instead, the better solution would be for us to be able to update each of them... maybe in bulk, or maybe by just updating a single image on the back-end, and that single image is called.

Can we get help on this?

kt7_0-1708972981759.png

 

12 REPLIES 12

rushikeshvartak
All-Star
All-Star

before 24.x https://forums.saviynt.com/t5/identity-governance/application-logo-in-ars-request-access-tile/m-p/96... 

after 24.x  https://forums.saviynt.com/t5/identity-governance/ars-form-customization-to-add-application-logo-in-...

File Format should be .svg and size as 400x400

Below steps :

  • Upload logos 
  • Navigate to the Admin module > Settings -> User Interface Branding Configuration -> Images.
  • rushikeshvartak_0-1708973561471.png

     

     

Run query from enhanced query job.

  1. Navigate to Admin -> Job Control Panel
  2. Click on “+Add New 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
  1. Click on create Job.
  2. Run Job manually.
  3. Run both Microservices Job to update configuration of logo on application tile.

rushikeshvartak_1-1708973561329.png

 

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

kt7
New Contributor
New Contributor

Can we get the query modified to update multiple logos at the same time, instead of updating one at a time. We have multiple apps with same initial. How can we do that?

Follow Image name as endpointname

SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY, CONCAT(REPLACE(endpointname, ' ', '_'), '.svg') AS ENDPOINTS__IMAGE_ID FROM ENDPOINTS;

Remove spaces from Endpointname to underscore


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

kt7
New Contributor
New Contributor

This query isn't working for us, can you please check?

How do we change the application logo colors?

 

Query works as expected 

rushikeshvartak_0-1709179284022.png

Prepare logo on svg format and change https://svgtrace.com/png-to-svg

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

kt7
New Contributor
New Contributor

We have the logos at the below path ECMv6/api/idw/resource/image/app/Alogo.png and that's what we were using to update the individual Application logos. This query isn't pulling that logo format.

Only default logos are coming up. There is no gcp file for this and I don't know how I can update the logos in bulk.

 

 

 

Logo format only supported is svg.

please share output of below query

select endpointame,image_id from endpoints


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

@rushikeshvartak 

I have uploaded an image name image.png and trying to see the image using the URL you provided but getting the Access Denied error like below 

mahafujkhan1_0-1711089432565.png

 

You need to login to open url


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi @rushikeshvartak ,

I have logged in. This is SSO enabled env so not sure if that is causing the issue.

I have followed all the steps that you have mentioned in other posts but not able to enable the logo in the application.

I can see the logo is updated in the endpoint table like below 

mahafujkhan1_0-1711090003184.png

Executed the both Microservice jobs.

Closed the browser and re login again to ensure no cache.

Logo is uploaded as below 

mahafujkhan1_1-1711090137879.png

But it's not updated in the ARS. 

 

V23.6 onwards file extension should be .svg 

rushikeshvartak_0-1711336698305.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

@kt7  Please confirm if your issue resolved 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.