feat: Ability to embed the agent dashboard inside an iframe #8450
Replies: 3 comments
-
Currently, if you try to embed the agent dashboard interface inside an Iframe you get an error. Only iframes with same-origin can embed the agent dashboard. Also even if you add a header inside code for Content-Security-Policy manually, the application Logs you in but you won't be redirected to the dashboard automatically. Can there be an option to toggle on so the application can be embedded into an iframe. Something like rocket chat wherein settings you can toggle an option to allow it to be embedded or even in env variable |
Beta Was this translation helpful? Give feedback.
-
@kubre After talking to the team, the conclusion is that at the moment there isn't a clean way to implement this. Meanwhile, you could take a look into the Platform APIs to generate SSO URLs for accounts, which you can use to open the interface in a new tab/embedding in frames. https://github.com/chatwoot/chatwoot/wiki/Building-on-Top-of-Chatwoot%3A-Platform-APIs |
Beta Was this translation helpful? Give feedback.
-
@sojan-official This is helpful and for now working great also |
Beta Was this translation helpful? Give feedback.
-
ref: https://discord.com/channels/647412545203994635/650257251856285707/957967475377586178
Beta Was this translation helpful? Give feedback.
All reactions