Remove a related link from portal profile options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 07:10 AM
Hi, hoping for a quick solution....
We are using CAS authentication for all of users. We have a configured the system so that if a user as no role in servicenow, they will be taken directly to the portal. If they have any role, they will be presented with the platform/native views for servicenow to manage work.
We also have some servicenow accounts for some of our administrative staff with multi-factor authentication that are not authenticating via CAS.
Our users are seeing an option on the portal under My Profile that allows them to Configure Multi-Factor Authentication with Servicenow. We would like to remove / hide this related link from the profile options since it is not applicable to our implementation as our CAS environment handles the two factor set up.
Any suggestions on how to accomplish this?
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 07:14 AM
Hi,
Can you please share what exactly you want to hide? Screenshots would be more helpful.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 07:23 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 07:39 AM
Hi,
Please check if it is custom widget or OOB widget.
If it is custom widget then check what then make link conditional by modifying HTML <div> element.
You can check user details in server script and create one data.canSeeLink variable and set value accordingly.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 07:42 AM
If it is OOB widget then you need to clone this widget and add custom widget on the form.
Make change on below part.
Thanks
Anil Lande