Skip to content
Snippets Groups Projects
Commit 4a3021fd authored by Marco Holz's avatar Marco Holz Committed by David Schwarzmann
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d1c7684b
No related branches found
No related tags found
1 merge request!3docs(event-log): Start documenting the event log and interaction with signed JWTs
......@@ -179,7 +179,7 @@ Bibliothek [nimbus-jose-jwt](https://connect2id.com/products/nimbus-jose-jwt) f
```java
static final ZUSTELLDIENST_BASE_URL = "https://zustelldienst.example.com";
boolean verifySignature(SignedJWT securityEventToken, String keyId) {
boolean verifyZustelldienstSignature(SignedJWT securityEventToken, String keyId) {
JWKSet jwks = JWKSet.load(ZUSTELLDIENST_BASE_URL + "/.well-known/jwks.json");
JWK publicKey = jwks.getKeyByKeyId(keyId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment