Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.35 KB

102-embed-app.md

File metadata and controls

23 lines (14 loc) · 1.35 KB

Lecture 102: Embed your first SAP web application in Microsoft Teams

< Previous Challenge - 🏠Home - Next Challenge >

🔭 Introduction

Single Sign On becomes a must-have once you start embedding applications. We took care of the sign on part in lecture 101.

Second session link to YouTube

📖 Description

Continue with the blog post.

  • Get your target URL (e.g. BTP Launchpad service) from SAP.
  • Add a web app to your Teams Channel and feed it your target URL.
  • Enable trust settings on SAP to support embedding (e.g. iFrameDomains setting on BTP CF subaccount). Check provided Postman collection for CF example.
  • Verify Content-Security-Policy requirements.
  • (Optional) understand the implications of BTP IdP setting "available for Logon". Keeping only AAD to logon right through without choosing IdP from Teams SAP app call (hint: Revisit the blog post).

🏆 Success Criteria

SAP app embedded as web app within Teams.