Hello,
I want to share GEOJSON using the rest api. The service is only shared privately and my goal is to allow a third party to access it using a token in the url parameter.
The third party has created the login credentials and using the rest api they will get the token. When this token is used in url query as parameter, invalid token error.
Is this even the correct way to share services?