Skip to content

Commit

Permalink
removed txn property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru committed Jul 16, 2024
1 parent 6c4aee6 commit 4f1b511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public static SecurityEventTokenPayload buildSecurityEventToken(EventPayload eve
securityEventTokenPayload.setIss(getReference("", ""));
securityEventTokenPayload.setIat(System.currentTimeMillis());
securityEventTokenPayload.setJti(UUID.randomUUID().toString());
securityEventTokenPayload.setTxn(context.getContextIdentifier());
securityEventTokenPayload.setRci(getCorrelationID());
Map<String, EventPayload> eventMap = new HashMap<>();
eventMap.put(eventUri, eventPayload);
Expand Down

0 comments on commit 4f1b511

Please sign in to comment.