Skip to content

User Metering#10789

Open
Karuna-Mendix wants to merge 13 commits intodevelopmentfrom
kv-user-metering
Open

User Metering#10789
Karuna-Mendix wants to merge 13 commits intodevelopmentfrom
kv-user-metering

Conversation

@Karuna-Mendix
Copy link
Collaborator

@Karuna-Mendix Karuna-Mendix commented Feb 23, 2026

@Karuna-Mendix Karuna-Mendix marked this pull request as draft February 23, 2026 08:10

Mendix recommends storing the user’s email address in the `UserCommons.NamedUserIdentifier.value`; this ensures usage of a pairwise unique identifier in the `system.user.name` does not affect metering.

Within your application portfolio, the possibility to prevent cross-app user correlation is probably not needed; instead, you do want the Mendix metering system to correlate users and recognize multi-app users. Microsoft’s Entra ID uses pairwise identifiers in the OIDC `sub` claim. It is, however, possible to include the `oid` claim, which contains the same value for a given multi-app user across all applications; Entra ID’s `object-id`. Mendix recommends storing the `oid` claim in the `system.user.name` if you are using the OIDC SSO module with Entra ID.
Copy link
Collaborator Author

@Karuna-Mendix Karuna-Mendix Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jaap, which one is correct? object-id or objectId? I believe 'objectId'.

@Karuna-Mendix Karuna-Mendix marked this pull request as ready for review February 25, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant