Deactivate Identity Centre plugin or hide the functionality

Community Alums
Not applicable

Is it possible to deactivate the Identity Center (com.snc.identity_center) plugin? It has been installed on our instances with the Vancouver upgrade, but we do not want to use it as it has the ServiceNow logo on the page instead of our Organization's, and it is exposed to customers.

26 REPLIES 26

Mark Roethof
Tera Patron
Tera Patron

I just updated the logo under "Basic Configuration UI16", works instantly.

 

MarkRoethof_0-1705341815769.png

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Reena Patil
Tera Contributor

Hi @Mark Roethof ,

You can achieve this without cloning widget.

Open Profile in portal and go to User preferences Section Ctrl+right click, Click Instance in Page Editor.
This will Open User Profile page in Designer, Go to CSS section and add Below code

This will remove the "View identity Centre" From User Preference.

 

.vb3261ba253710110880bddeeff7b121d .list-group-item .btn-link {
display: none;
} 

 

 

User_preferences.png