Skip to content

Commit

Permalink
fix: commented unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Oct 30, 2023
1 parent dd516ab commit d6c8052
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@ public void validate() throws OIDCException {
acrMap.put(OIDCProfile.CIE.value(), AcrValue.L2.value());
}

if (Validator.isNullOrEmpty(logoutRedirectURL)) {
throw new ConfigException("no-logout-redirect-url");
}
// if (Validator.isNullOrEmpty(logoutRedirectURL)) {
// throw new ConfigException("no-logout-redirect-url");
// }

validateRequestedClaims();
validateUserKeyClaim();
Expand Down

0 comments on commit d6c8052

Please sign in to comment.