You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Showing the legend and getting feature infos of restricted WMS layers works within the map viewer, as a user is logged in and the restrictions are verified there.
But this doesn't work if the legend and feature info is requested from external software like QGIS. Here only the GetMapRequest works properly.
AS QGIS is trying to get the legend I am getting the error Loaded legend image is broken and while trying to get the feature info I am getting the error Map "xyz" does not exist or is not permitted.
I am posting this here, but I think this is related to many services, which are included in this process: qwc-ogc-service for GetFeatureInfo requests and direct getLegendGraphic requests, of course the qwc-legend-service and all the auth-services.
Is it possible to include the authorization on this requests as well?
Thanks!
The text was updated successfully, but these errors were encountered:
Showing the legend and getting feature infos of restricted WMS layers works within the map viewer, as a user is logged in and the restrictions are verified there.
But this doesn't work if the legend and feature info is requested from external software like QGIS. Here only the GetMapRequest works properly.
AS QGIS is trying to get the legend I am getting the error
Loaded legend image is broken
and while trying to get the feature info I am getting the errorMap "xyz" does not exist or is not permitted
.I am posting this here, but I think this is related to many services, which are included in this process: qwc-ogc-service for GetFeatureInfo requests and direct getLegendGraphic requests, of course the qwc-legend-service and all the auth-services.
Is it possible to include the authorization on this requests as well?
Thanks!
The text was updated successfully, but these errors were encountered: