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

V23.x - Option to disable Application Logos on Access Request Pages

ssudhakar
New Contributor III
New Contributor III

Hi Team,

We understand v23.x has got application logo enabled on Request tile (Modern UI).

Currently classic UI is exposed to end users and we are seeing mySQL logo on the home page recent activity when user submits a request through classic UI.

What are the options available in V23.x to disable the application logo display from all access request related pages ( request, approval, recent activities, etc.)

ssudhakar_1-1698657614831.png

 

7 REPLIES 7

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @ssudhakar,

We are checking on your request and we will keep you posted.

rushikeshvartak
All-Star
All-Star

This is not configurable please submit idea ticket


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

Manu269
All-Star
All-Star

As per the release note v23.9 :

In addition to the application logos on the Enroll and manage applications page, the same set of logos are also displayed on the managed application tiles on the Request New Access and Request Approvals pages. This enables you to quickly identify the managed applications while requesting or reviewing access for those applications. For example, the Active Directory logo is displayed on all Active Directory application tiles.

I dont see any details regarding disablement.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

ssudhakar
New Contributor III
New Contributor III

Hi,

Thanks for the response.

Can anyone please confirm the logo can be removed from backend directly if we raise a FD ticket as no UI based option is available?

 

You can remove using enhanced query

update endpoints set image_id=null where endpointkey =1

SELECT 'Salesforce' AS ENDPOINTS__ENDPOINTNAME,'' AS ENDPOINTS__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.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @ssudhakar,

Thank you for reaching out to the Saviynt forums. We appreciate your inquiry and would like to inform you that our team is currently reviewing your request. Rest assured, we will diligently assess your query and provide you with updates as soon as they become available. Your patience is greatly appreciated.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @ssudhakar,

Please validate and let us if the approach mentioned by @rushikeshvartak working for you.

Approach:-

You can remove using enhanced query

update endpoints set image_id=null where endpointkey =1

SELECT 'Salesforce' AS ENDPOINTS__ENDPOINTNAME,'' AS ENDPOINTS__IMAGE_ID FROM ENDPOINTS;