Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 17, 2023
1 parent d228741 commit 870b88b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public Map<String, Object> getAdditionalClaims(OAuthTokenReqMessageContext oAuth

String userResidentOrgId = oAuthTokenReqMessageContext.getAuthorizedUser().getUserResidentOrganization();
String authorizedOrgId = oAuthTokenReqMessageContext.getAuthorizedUser().getAccessingOrganization();
// The below condition is not required once console is modeled as B2B app.
if (StringUtils.isEmpty(authorizedOrgId)) {
authorizedOrgId = resolveOrganizationId(oAuthTokenReqMessageContext.getAuthorizedUser().getTenantDomain());
}
Expand Down

0 comments on commit 870b88b

Please sign in to comment.