Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
StefanBackstrand
Partner - Specialist
Partner - Specialist

Embedding Sense client in iframe yields authentication problem with Azure according to header X-Frame-Options = deny

Trying to embed a Sense app into an iframe in a web app, but getting issues from Microsoft Azure AD (which is the IDP for the Qlik Cloud tenant). It seems that when the frame gets redirected to Azure for authentication, that in turn disallows embed, and so it fails to render.

"The loading of “https://login.microsoftonline.com/REDACTED” in a frame is denied by “X-Frame-Options“ directive set to “deny“."

Can we pre-auth the browser somehow with javascript to not have this redirect happen?

Labels (2)
1 Reply
jprdonnelly
Employee
Employee

@StefanBackstrand - absolutely!

Here's a forward looking framework, and here are some iFrame specific examples.

- @jprdonnelly