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
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: