We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2549c2c commit ff1973cCopy full SHA for ff1973c
1 file changed
src/main/java/org/oidc/msg/AuthenticationRequest.java
@@ -71,8 +71,7 @@ public boolean verify() throws InvalidClaimException {
71
// Check that fields match -> ValueError
72
// TODO:Verify "id_token_hint" if it exists..
73
// 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'
+ // TODO: verify from Rolands code the case ''Nonce in id_token not matching nonce in authz'
76
77
String spaceSeparatedScopes = ((String) getClaims().get("scope"));
78
if (spaceSeparatedScopes == null
0 commit comments