Sign JWT with Digidentity
Authenticate with Digidentity
✓ Authenticated
JWT Header (the signing application will append x5c header containing certificates automatically):
{ "alg": "RS256", "typ": "JWT" }
JWT Body:
{ "iss": "did:ishare:EU.NL.NTRNL-10000001", "sub": "did:ishare:EU.NL.NTRNL-10000001", "aud": "did:ishare:EU.NL.NTRNL-10000000", "jti": "378a47c4-2822-4ca5-a49a-7e5a1cc7ea59", "exp": 1504683475, "iat": 1504683445 }
Sign JWT