SAP

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

SAPUI5 Frame Options

The frame-options configuration in SAPUI5 is a client-side feature that controls how an application behaves when embedded inside an HTML <iframe>. Developers use it to protect their SAPUI5 applications from clickjacking attacks by restricting which origins are permitted to frame the application. You can learn more in the Frame Options documentation.

Tutorials that teach this

Docs explaining this concept

Prerequisites