Skip to content

Commit ed17c72

Browse files
committed
Fixed tests
1 parent 42b4803 commit ed17c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

myconext-server/src/main/java/myconext/security/GuestIdpAuthenticationRequestFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ private List<String> eduPersonAssurances(User user) {
848848
List<String> eduPersonAssuranceIdP = linkedAccounts.stream()
849849
.map(LinkedAccount::getEduPersonAssurances)
850850
.flatMap(Collection::stream)
851+
.map(String::toLowerCase)
851852
.toList();
852853
//we do not send the IdP original assurances to the SP
853854
List<String> eduPersonAssurances = new ArrayList<>();

0 commit comments

Comments
 (0)