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

ARS Form - Customization to Add application Logo in endpoint tile.

suryavav
New Contributor III
New Contributor III

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?

5 REPLIES 5

naveenss
All-Star
All-Star

Hi @suryavav ,

Please refer to the below post

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

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

rushikeshvartak
All-Star
All-Star

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-1708668963475.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_2-1708669302866.png

 

 


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

suryavav
New Contributor III
New Contributor III

Thanks. Could you please also confirm the standard image size?

400*400


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

@suryavav  I hope this is resolved


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