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

Register if a clientcertificate (and if so, which one) is used for the request #25

Open
alextreme opened this issue Sep 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alextreme
Copy link
Member

alextreme commented Sep 6, 2023

Currently the client-cert used (if one is used) isn't shown in django-lor. This would be useful as we had an issue where a client certificate was configured however this wasn't used in OF.

https://requests.readthedocs.io/en/latest/user/advanced/#client-side-certificates

Expected would be to see the path to the client certificate for a request if this is applicable, or otherwise the fact that a client certificate wasn't used for the request. Further details (for instance about the location of the key) aren't necessary imho.

@alextreme alextreme changed the title Register which clientcertificate is used for the request Register if a clientcertificate (and if so, which one) is used for the request Sep 6, 2023
@sergei-maertens
Copy link
Member

-> check request.cert and request.verify for this

@sergei-maertens sergei-maertens added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants