Open dotWee opened 2 months ago
"api-vzd" is the directory project. The Konnektor is a different team. But I asked this team and the answer is, that this is not described in the Konnektor Specification and there is no reference implementation. Sorry.
While implementing the handling of ECC certificates (
*_SMCB_HCI_ENC_E256
), I came accross the ECC sample in ./samples/directory-samples-python/directory_samples/owner_authenticate_konnektor.py.In this sample, the signing of the challenge is performed by a request to a Gematik Konnektor using external_authenticate():
I'm trying to implement this signing manually without requesting a Konntektor, just like in the provided RSA sample ./samples/directory-samples-python/directory_samples/owner_authenticate_softcert.py:
I tried looking for the documentation about how the Konntektor is creating this signature, but looking through the Konnektor spec (gemSpec_Kon_V*.pdf) wasn't helpful.
Could you point me into the right direction, or did I overlook something the Konntektor specification?