We have integrated Azure / Entra ID for user integration within SonarQube, but we’re encountering an issue where several users have the same “userUuid” value. Additionally, we’ve noticed that the “userLogin” is different from the actual name of the users, and all three have names starting with “Jan,” which is also reflected as their “externalId.”
Do we need to make any changes in the database to resolve this issue?
Have you made any changes already? Because I would have expected a unique constraint on userUuid. Or are you seeing this somewhere other than in the users table?
Different how? If you’re talking about a random-ish number added to the end of the login, that’s expected.
I see that the user’s username doesn’t reflect the user’s name. While anomalous, that’s not compelling. It could be the result of e.g. a name change after marriage.
You said initially that several users and the same Uuid. Could you show some of those users?
Those records look exactly like Audit Log records to me. If you pulled them from the user table, how did they get into JSON, and why is there a “newValue” sub-object?