The Problem we are running into is that when the clientAttest and authorizationCode are sent to the send_authcode_sc-endpoint, the following error message is returned:
{
"MessageType" : "Error",
"Message" : "Transcript Error: 500 : \"{\"error\":\"invalid_request\",\"error_description\":\"AsEpa Runtime Exception: Required request body is missing: public de.gematik.idp.asforepa.data.AuthorizationResponse de.gematik.idp.asforepa.controller.AuthorizationController.sendAuthCodeSc(de.gematik.idp.asforepa.data.UserAgentHeader,de.gematik.idp.asforepa.data.AuthCodeRequest)\"}\"",
"ErrorCode" : 5
}
It is unclear to me whether this indicates a structural issue with the request or whether the content of the two tokens is invalid.
Hello
We are currently trying to establish an authenticated connection through the VAU as described here
The Problem we are running into is that when the
clientAttest
andauthorizationCode
are sent to thesend_authcode_sc
-endpoint, the following error message is returned:It is unclear to me whether this indicates a structural issue with the request or whether the content of the two tokens is invalid.
I have attached the traffic log here: trafficLog-240717.tgr.txt