qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.63k stars 3.01k forks source link

Auth0 Authentication for Vector Tiles #56807

Open rrousselot opened 8 months ago

rrousselot commented 8 months ago

What is the bug or the crash?

When setting up a Vector Tile service that uses Auth0 QGIS can crash when the service instantiates a browser window for the user to enter credentials into Auth0 server.

Steps to reproduce the issue

  1. Settings > Options > Authentication
  2. Click the “+” button.
  3. Once the next Authentication window pops up, select “OAuth2 authentication” from the drop-down, then select “Import a Configuration”
  4. Click on “Load Connections”
  5. Browse for a Auth0.json file
  6. Hit "Save"

Crash or stuck. If stuck, reopening QGIS will cause the Auth0 browser window to pop up. Once that has happened all is good.

Versions

3.32.0-Lima but have found this occurs on the stable version as well.

Supported QGIS version

New profile

Additional context

No response

rrousselot commented 8 months ago

The bug is generic (nothing specific to vector tiles or Auth0). Something about loading an exported settings file for the second authentication window.