This guide explains how to embed the full Bold BI Enterprise application (server and designer) into a web application using an iframe for versions 5.2 and above. This enables seamless integration of dashboards, data source design, and all Bold BI features into your external application.
Set up JSON Web Token (JWT) authentication in the Bold ID admin panel to enable secure single sign-on (SSO).

Generate a JWT in your external application to enable auto sign-in to Bold BI.
<iframe src="http://localhost:51777/sso/jwt/callback?jwt={token}&site_identifier=site1" id="bold-bi-frame" width="100%" height="100%" allowfullscreen frameborder="0"></iframe>Configure Bold BI to use JWT SSO as the default authentication method.
http://localhost:51777/ums/administration, go to the General tab, enable Default Authentication, select JWT SSO, and save.
http://localhost:51777/bi/site/site1/administration, enable Global Default Authentication in the Authentication Control tab, and save.
Ensure links within Bold BI load inside the iframe instead of opening in new tabs.
http://localhost:51777/sso/jwt/callback?jwt={token}&site_identifier=site1) to log the user in automatically.
For further assistance, please refer to the following samples and guides: