Skip to content

Commit 92200f2

Browse files
committed
todo tag removed
1 parent d7839b0 commit 92200f2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public AuthenticationResponse() {
7777
this(new HashMap<String, Object>());
7878
}
7979

80-
8180
/**
8281
* Constructor.
8382
*
@@ -194,10 +193,6 @@ protected void doVerify() {
194193
}
195194
}
196195

197-
// TODO: Still missing passing options for:
198-
// 'encalg', 'encenc', 'sigalg' ie. optionally set required algorithms for id token
199-
// decr/signature verification.
200-
201196
if (getClaims().get("id_token") != null) {
202197
IDToken idToken = new IDToken();
203198
idToken.setClientId(getClientId());

0 commit comments

Comments
 (0)