This commit is contained in:
Dario Ghunney Ware
2025-02-19 20:56:21 +00:00
parent 9fda276aad
commit 086e4e0e15
14 changed files with 42 additions and 61 deletions

View File

@@ -83,7 +83,7 @@ public class Provider {
private UsernameAttribute validateKeycloakUsernameAttribute(
UsernameAttribute usernameAttribute) {
switch (usernameAttribute) {
case EMAIL, PREFERRED_NAME -> {
case EMAIL, PREFERRED_USERNAME -> {
return usernameAttribute;
}
default ->