You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With lastest version of Keycloak (15.0.2) or RedHat SSO (> 7.4.x), when we add a user, default attributes (like Email on your example) are not saved anymore in the external database but in the keycloak database.
Add a user
The user is added
Return on the Users screen : user's email is not displayed
Open the external database : user's email is not saved here
In fact, user's email is saved in the table fed_user_attribute of keycloak database.
It's the same thing with FirstName and LastName attributes added in my UserModel.
Works fine with Red Hat SSO 7.3.6 but not with 7.4 o 7.5 versions.
The text was updated successfully, but these errors were encountered:
With lastest version of Keycloak (15.0.2) or RedHat SSO (> 7.4.x), when we add a user, default attributes (like Email on your example) are not saved anymore in the external database but in the keycloak database.
Add a user
The user is added
Return on the Users screen : user's email is not displayed
Open the external database : user's email is not saved here
In fact, user's email is saved in the table
fed_user_attribute
of keycloak database.It's the same thing with FirstName and LastName attributes added in my UserModel.
Works fine with Red Hat SSO 7.3.6 but not with 7.4 o 7.5 versions.
The text was updated successfully, but these errors were encountered: