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

Changer logo on Endpoint

PascalMontreuil
New Contributor III
New Contributor III

Hello, since we've updated to 24.4, we are unable to upload an image into SAVIYNT from the branding page.  Before we would do that and after run this job to change the logo on the Security System so when the user does a request he can see the application logo.

 

Here is the Query : Execute Extension Queries **DEPRECATED** (CUSTOMQUERYJOB) and  update endpoints set image_id='NomDuEndpoint.png' where
endpointname
='NomDuEndpoint' limit 1;

So now how can we change the logo of a security system in 24.4 ?

Pascal Montreuil
4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Refer 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-1717531457717.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-1717531457649.png

 

 


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

Murmur
Regular Contributor III
Regular Contributor III

There is no way in the Neo experience yet, as far as I know. There is a feature request in the ideas portal, that requested this: ARS - a standard admin way of uploading icons | Saviynt Ideas Portal

What you could try to do - but it is tedious - you can change back to the non-NEO Experience (unsure if that is still possible in 24.4), change the icon, and turn the NEO Experience back on. 

That's what i taught, here is the visuel we now have

PascalMontreuil_0-1717592495696.png

 

Pascal Montreuil

Currently there is no way to upload in NEO UI but as a workaround you can enable modern and upload logo and reenable NEO.

 

Uploading logo feature in neo will be available in future https://ideas.saviynt.com/ideas/EIC-I-5591


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