Category
Dashboard visualization
Description
Currently for the content view, the Dashboard-Gateway basically creates a SAS-URL to query the logic app API directly.
However, when using a fully VNET integrated solution, this approach quickly falls apart as dashboard users will not have access to all the LogicApps directly, which are put to private.
Instead, it makes more sense to me to have the Dashboard Gateway act as a proxy to retrieve the content for the user (and there is already Entra ID auth here).
This way, the dashboard gateway can simply be configured to be able to access the logic apps, and it can access them on behalf of the user (pretty much already in place for resubmits etc. IIRC?)
Additional context
No response
Category
Dashboard visualization
Description
Currently for the content view, the Dashboard-Gateway basically creates a SAS-URL to query the logic app API directly.
However, when using a fully VNET integrated solution, this approach quickly falls apart as dashboard users will not have access to all the LogicApps directly, which are put to private.
Instead, it makes more sense to me to have the Dashboard Gateway act as a proxy to retrieve the content for the user (and there is already Entra ID auth here).
This way, the dashboard gateway can simply be configured to be able to access the logic apps, and it can access them on behalf of the user (pretty much already in place for resubmits etc. IIRC?)
Additional context
No response