Keep Safe is a component that allows you to securely hide the input parameter of a page or action. It also allows you to implement a way to validate access to pages where OutSystems native validations must be disabled. For example, the PDF component that forces the page that contains the report cannot have authentication enabled. Keep Safe is the ideal gatekeeper for the components:
To install Keep Safe, follow these steps:
To use Keep Safe, follow these steps:
Here is an example of how to use Keep Safe in a page that generates a PDF report using Ultimate PDF.
GetEntryURL("Report", ReportId)
This way, you can ensure that only users who have access to the ReportId can generate and view the PDF report, and prevent unauthorized access to the Report page by hiding its input parameter with Keep Safe.
In this section, you will find some common questions and answers about the Keep Safe component.