Operating with JWS
Was this helpful?
Was this helpful?
The client signs the plain request with the client private key, resulting in a signed request (JWS).
The client verifies the signature of the received response (JWS) with the digiRunner’s public key.
Once the signature is verified, decode the payload of the JWS with Base64 to obtain the plain response.