vestigial comment cleanup
parent
49a7db6c6e
commit
6c4d2a8e8d
|
@ -99,7 +99,6 @@ public class DefaultOIDCTokenService implements OIDCTokenService {
|
||||||
idClaims.setCustomClaim("nonce", nonce);
|
idClaims.setCustomClaim("nonce", nonce);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: this ought to be getResponseType; issue #482
|
|
||||||
Set<String> responseTypes = request.getResponseTypes();
|
Set<String> responseTypes = request.getResponseTypes();
|
||||||
|
|
||||||
if (responseTypes.contains("token")) {
|
if (responseTypes.contains("token")) {
|
||||||
|
|
Loading…
Reference in New Issue