Vitor-Avila commented on issue #36377: URL: https://github.com/apache/superset/issues/36377#issuecomment-3608721833
@msyavuz this is actually already possible in the SDK via the `dashboardUiConfig` [parameters](https://github.com/preset-io/embedded-example?tab=readme-ov-file#dashboarduiconfig-parameters). It seems the user is already using it, but facing issues to use the SDK. @damodhar-admin yes, you need a valid guest token to authenticate the iframe requests. You _could_ have your host app just return a static guest token, but that's not a safe approach because you want your guest tokens to be short lived so that a user inspecting the browser can't use it to fetch data again in the future. The endpoint allows you to generate them often and etc. You can definitely use a static token for testing, but make sure it's not expired -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
