Skip to content

Commit

Permalink
Add unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Oct 27, 2024
1 parent 3215056 commit e102c33
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ private Map<String, Object> getAdditionalClaimsToAddToToken(OAuthTokenReqMessage
}

try {
String tenantDomain = tokenMessageContext.getOauth2AccessTokenReqDTO().getTenantDomain();
CustomClaimsCallbackHandler claimsCallBackHandler =
ClaimHandlerUtil.getClaimsCallbackHandler(getAppInformation(tokenMessageContext));
JWTClaimsSet claimsSet =
Expand Down
Loading

0 comments on commit e102c33

Please sign in to comment.