Hi,
A user wants to share a dashboard containing the Google Maps component, but the external user is prompted with additional login credentials embedded in the dashboard in order to visualize the map:
The external user is not supposed to have access to the additional login credentials, and the expectation is that the dashboard should be displayed completely (including the maps) only with the provided login access.
Are there any known solutions that would address this use case?
Thanks in advance,
Hi Ciprian,
What MapsProvider has been configured on the DataMiner server?
Configuring the DataMiner Maps host servers | DataMiner Docs
Depending on what provider you configured, your maps API key will also have possible restrictions configured.
This could mean you need to whitelist for example "sharing.dataminer.services.*" to also allow the key to work for users accessing it via that endpoint.
Hope this helps out!
In the case of Google Maps, this can be checked by opening the console and looking for a ‘RefererNotAllowedMapError’ (https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error)