Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support QGIS PKCS12 record for authentication #26

Open
vovchykbratyk opened this issue May 31, 2022 · 2 comments
Open

Support QGIS PKCS12 record for authentication #26

vovchykbratyk opened this issue May 31, 2022 · 2 comments

Comments

@vovchykbratyk
Copy link

Is it possible to support QGIS client certificate record to present to a WFS URL instead of username/password? Thanks!

@ejn
Copy link
Contributor

ejn commented Jun 1, 2022

Having had a quick look at this, it is probably necessary to use the QgsNetworkAccessManager instead of a simple QNetworkAccessManager and rework the HTTP request handling (using blockingGet()?), which if my understanding is correct would let "core" QGIS take care of more of the work (incl. authentication).

This would probably be a good idea in any case. Pull requests very welcome!

@vovchykbratyk
Copy link
Author

I'm pretty unfamiliar with QGIS python API but I am starting to slowly learn it. I won't have any PRs ready very soon, but I will take this as a task to work on. Best wishes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants