Skip to content

Commit eb968cb

Browse files
committed
minor spelling
1 parent 6e3431f commit eb968cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public boolean verify() throws InvalidClaimException {
105105
idToken.fromJwt(idTokenHint);
106106
} catch (IOException e) {
107107
getError().getMessages()
108-
.add(String.format("Unable to from id token from '%s'", idTokenHint));
108+
.add(String.format("Unable to parse id token from '%s'", idTokenHint));
109109
}
110110
try {
111111
idToken.verify();

0 commit comments

Comments
 (0)