Embed Kibana Dashboard In Web App

I’ll preface this by saying that I’m trying to pick up React, at the same time as trying to figure out the issue… So, I’m using the auth0-react sample app, which I have working ( I can authenticate, and retrieve details about my user ). What I’m trying to do, is embed an Auth0 Kibana dashboard into an auth required page. When I access the page, Kibana starts to load, and then Firefox returns me a page saying that it has been prevented from loading due to “xxxxx.xx.auth0.com will not allow Firefox to display the page if another site has embedded it”.

It’s entirely possible that I’m going about this wrong way, so I’d appreciate any better methods…