SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Clickjacking (UI Redressing) Protection

The concept name was not provided, so a precise definition cannot be written. Based on the sources, the closest identifiable concept is the Protection Allowlist (also surfaced via the whitelistService), which is a security mechanism on SAP BTP that allows developers to maintain a list of trusted hosts or domains to help prevent attacks such as clickjacking. Developers use the Maintain Protection Allowlists app or the Protection Allowlist Read Integration service to read and manage these trusted entries at the subaccount level. Enabling the allowlist service causes the SAPUI5 runtime to send a request to a configurable endpoint, which then validates whether a given host is trusted before allowing the application to be embedded.

Tutorials that teach this

Docs explaining this concept

Prerequisites

Concepts that build on this