What are UI pages?
UI pages are web pages that allow users to interact with the ServiceNow application. They are typically built using HTML or Jelly, and they can be used for a variety of purposes, such as displaying data, lists, and widgets.
Why is this an issue?
In ServiceNow, some UI pages are public, meaning that users can access them without logging in. This is typically only done for a few pages, such as the welcome page, the front page, and the login and logout pages.
However, if a UI page should not be public, it can pose a security risk by exposing information or sensitive data to unauthorized users.
How do I fix it?
If you find a UI page that should not be public, you can use the active field to control its behavior. To do this, follow these steps:
In the Filter Navigator, type and enter sys_public.list.
On list view, select the page that needs to be changed to private.
Set the Active column to false.