Skip to content

Commit

Permalink
(4.2.2) id_token is missed during 2 concurrent calls for ROPC
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Dec 4, 2020
1 parent f1da00a commit c93db5c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -118,6 +118,7 @@ private void fillClaims(JsonWebResponse jwr,

jwr.getClaims().setExpirationTime(expiration);
jwr.getClaims().setIssuedAt(issuedAt);
jwr.setClaim("code", UUID.randomUUID().toString());

if (preProcessing != null) {
preProcessing.apply(jwr);
Expand Down

0 comments on commit c93db5c

Please sign in to comment.