Skip to content

Commit

Permalink
Merge pull request #59 from GluuFederation/issues_2435
Browse files Browse the repository at this point in the history
fix(oxtrust): allow display duplicate display name claim in add scope
  • Loading branch information
yurem authored Dec 11, 2024
2 parents 12ecfec + f9f582a commit 0a37868
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ public void searchAvailableClaims() {
try {
this.availableClaims = attributeService.searchAttributes(this.searchAvailableClaimPattern,
OxTrustConstants.searchSizeLimit);
removeDuplicates();
this.oldSearchAvailableClaimPattern = this.searchAvailableClaimPattern;
selectAddedClaims();
} catch (Exception ex) {
Expand Down

0 comments on commit 0a37868

Please sign in to comment.