Skip to content

Commit ff1973c

Browse files
committed
comment fix
1 parent 2549c2c commit ff1973c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/oidc/msg/AuthenticationRequest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public boolean verify() throws InvalidClaimException {
7171
// Check that fields match -> ValueError
7272
// TODO:Verify "id_token_hint" if it exists..
7373
// Use IdToken, decode it from JWT. It should check the signature
74-
// TODO:if implicit flow (or also hybrid?), check for existence of nonce
75-
// TODO: what is the following ''Nonce in id_token not matching nonce in authz'
74+
// TODO: verify from Rolands code the case ''Nonce in id_token not matching nonce in authz'
7675

7776
String spaceSeparatedScopes = ((String) getClaims().get("scope"));
7877
if (spaceSeparatedScopes == null

0 commit comments

Comments
 (0)