Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default user's attributes (like Email) not saved in the external database #4

Open
florianhusson opened this issue Oct 21, 2021 · 0 comments

Comments

@florianhusson
Copy link

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.

  1. Add a user
    add_user

  2. The user is added
    user_added

  3. Return on the Users screen : user's email is not displayed
    user_search

  4. Open the external database : user's email is not saved here
    user_database

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant