Skip to content

Commit

Permalink
Update components/org.wso2.carbon.identity.multi.attribute.login/org.…
Browse files Browse the repository at this point in the history
…wso2.carbon.identity.multi.attribute.login.resolver.regex/src/main/java/org/wso2/carbon/identity/multi/attribute/login/resolver/regex/RegexResolver.java

Co-authored-by: Sahan Dilshan  <[email protected]>
  • Loading branch information
mpmadhavig and sahandilshan authored Oct 9, 2023
1 parent b4a3ca2 commit fbdab4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public List<ResolvedUserResult> resolvePossibleUsers(String loginAttribute, List
resolvedUserResults);

/*
resolve user if allowed attributes has only username claim,
Resolve user if allowed attributes has only username claim,
but username claim has no configured regex pattern.
*/
if (allowedAttributes.size() == 1 && resolvedUserResults.isEmpty() &&
Expand Down

0 comments on commit fbdab4d

Please sign in to comment.