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

POST /makeRequest to return server certificate when available #53

Open
fed239 opened this issue Sep 9, 2024 · 1 comment
Open

POST /makeRequest to return server certificate when available #53

fed239 opened this issue Sep 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fed239
Copy link
Contributor

fed239 commented Sep 9, 2024

Currently the POST /makeRequest endpoint doesn't provide information about the certificate of the target server (the one where eIDAS broker sends requests to). Certificate of the target server is to be made available to eIDAS broker clients, so that they are able to perform their validation if necessary.

@fed239 fed239 self-assigned this Sep 9, 2024
@fed239 fed239 added the enhancement New feature or request label Sep 9, 2024
@fed239
Copy link
Contributor Author

fed239 commented Nov 23, 2024

This is implemented for 2XX responses, but is not possible to implement for error responses due to a limitation in the aiohttp library. Corresponding issue has been raised: aio-libs/aiohttp#10028

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

1 participant