Operating with JWS

API Request in JWS Format

The client signs the plain request with the client private key, resulting in a signed request (JWS).

API Response in JWS Format

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.

Was this helpful?