Securing access to data pages
-
- Last UpdatedDec 19, 2022
- 2 minute read
Make sensitive or confidential data in your application more secure by preventing unauthorized run-time access to data pages.
You can use the Security tab on the data page rule form to specify one or more privileges that a user must have to access a data page, for example, to populate a landing page. By restricting access to a data page, you prevent users that do not have specific access privileges from calling that data page through flows, activities, or Pega Digital Experience (DX) API requests at run time, from separate user sessions.
- You can apply access restrictions on editable or savable data pages whose scope is not set to Node.
- The Security tab is available in Pega Platform™ version 8.8.1 and later.
Before you begin:
- Configure and add privileges that restrict access to the data page that you want to make more secure.
- Reference those privileges in access roles for the users that you want to authorize to access data. You can add any number of access privileges, according to your business and security requirements.
Result:
Related content
- Creating a Data Page
To enable your system to access data from a range of sources on demand, create a Data Page. Data Pages can improve performance and reduce memory requirements when many requestors in an application need to access the same information. For example, a Data Page can hold last night's closing US stock prices in a Value Group property that is indexed by a ticker symbol, so that the property reference D_Stock.Price("IBM") is the closing price for IBM shares. The first time each evening (after the 4:00 P.M. New York stock market close) that a requestor attempts to access the page, Pega Platform automatically loads the page with the latest end-of-day prices. The page can remain unmodified in memory until the next day's closing.
- Editing data pages
Reflect your individual business needs and requirements by editing your data pages. You can create a refresh strategy, update data sources, or allow an API to query the data page.