The mapper will update user information when the user logs in repeatedly according to the `Sync Mode Override`:
* Choose legacy to keep the mapper behavior as in the old {project_name} versions.
* Choose import to only import data when the user is first created in {project_name} during the first login to {project_name} with a particular identity provider.
* Choose force to always update user data during every user login.
* Choose `inherit` to use the sync mode configured in the identity provider, all other options will override this sync mode.
To investigate the structure of user profile JSON data provided by social providers you can enable the `DEBUG` level logger `org.keycloak.social.user_profile_dump`.