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
HI!
This seems to be a perfect plugin for QGIS users in Sweden. The Swedish NLS are shifting their access to API in favor of downloads and wms.
I have a working QGIS API connection to the Swedish NLS geodata storage. I have all credentials and can access the API as a standard WFS/OGC API connection within QGIS. However, trying the same access information and my existing OAuth2 auth configuration in the qgis-stac-plugin, I get the errors below. Where can I put in the header they are asking for?
NOTE: The sample API connections provided with the plugin are working, and I can add assets and stuff. The problem seems to be in is in the authorisation part.
2022-02-12T08:59:51 INFO Testing connection...
2022-02-12T08:59:51 CRITICAL Connection is not a valid STAC API
2022-02-12T08:59:59 INFO Getting API conformance classes...
2022-02-12T08:59:59 WARNING Problem in fetching content for https://api.lantmateriet.se/distribution/geodatakatalog/sokning/v1/detaljplan/v2.Error details, 900902Missing CredentialsRequired OAuth credentials not provided. Make sure your API invocation call has a header: 'Authorization : Bearer ACCESS_TOKEN'
2022-02-12T09:00:13 INFO Fetching collections...
2022-02-12T09:00:13 CRITICAL Problem in fetching content for https://api.lantmateriet.se/distribution/geodatakatalog/sokning/v1/detaljplan/v2.Error details, 900902Missing CredentialsRequired OAuth credentials not provided. Make sure your API invocation call has a header: 'Authorization : Bearer ACCESS_TOKEN'
The text was updated successfully, but these errors were encountered:
Hi, I've the same issue, the plugin is not working with STAC compliant endpoints that require authentication (OAuth2). The authentication configuration is working with WMTS plugin.
It looks like the STAC plugin is not handling authentication before querying the STAC endpoint.
HI!
This seems to be a perfect plugin for QGIS users in Sweden. The Swedish NLS are shifting their access to API in favor of downloads and wms.
I have a working QGIS API connection to the Swedish NLS geodata storage. I have all credentials and can access the API as a standard WFS/OGC API connection within QGIS. However, trying the same access information and my existing OAuth2 auth configuration in the qgis-stac-plugin, I get the errors below. Where can I put in the header they are asking for?
NOTE: The sample API connections provided with the plugin are working, and I can add assets and stuff. The problem seems to be in is in the authorisation part.
The text was updated successfully, but these errors were encountered: