Skip to content

Commit

Permalink
Merge pull request #2708 from AnuradhaSK/secondary-userstore-issue
Browse files Browse the repository at this point in the history
Fix picking correct domain qualified name of shared user for user claim retrieval on organization switch
  • Loading branch information
AnuradhaSK authored Feb 13, 2025
2 parents 5b606d3 + 501cde5 commit 5d0dcbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public static Map<String, Object> getUserClaimsInOIDCDialect(ServiceProvider ser

try {
FrameworkUtils.startTenantFlow(userAccessingTenantDomain);
userClaims = getUserClaimsInLocalDialect(fullQualifiedUsername, realm, claimURIList);
userClaims = getUserClaimsInLocalDialect(fullQualifiedSharedUsername, realm, claimURIList);
} finally {
FrameworkUtils.endTenantFlow();
}
Expand Down

0 comments on commit 5d0dcbf

Please sign in to comment.