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
Accounts are duplicating because there's no unique identifier for them.
Problem with Synthesize integration during account creation. Accounts are getting duplicated because the description is being used as the "ID," and the description contains the domains of the M365 tenant. Since it's common to have multiple domains for a tenant, we end up with duplicate companies being created.
We need to identify an alternative unique identifier source to avoid creating multiple accounts and ensure that usage is synced correctly for each tenant.
Example, we are returning duplicate accounts in Synthesize, and the "ID" appears to be the description or domain:
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.".
Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
Looking into this without breaking existing integrations. Normally the defaultDomainName does not change as it's only retrieved once. The user that reported this changed the partner center connection too so we'll have to find a nice way to handle that. :)
Description
Accounts are duplicating because there's no unique identifier for them.
Problem with Synthesize integration during account creation. Accounts are getting duplicated because the description is being used as the "ID," and the description contains the domains of the M365 tenant. Since it's common to have multiple domains for a tenant, we end up with duplicate companies being created.
We need to identify an alternative unique identifier source to avoid creating multiple accounts and ensure that usage is synced correctly for each tenant.
Example, we are returning duplicate accounts in Synthesize, and the "ID" appears to be the description or domain:
Account 1:
Name: "ABC Corporation"
Description: "abccsrporation.onmicrosoft.com"
Account 2:
Name: "ABC Corporation"
Description: "abccorporation.com"
We need to identify an alternative unique identifier source to prevent such duplicates and ensure accurate usage syncing for each tenant.
Environment data
The text was updated successfully, but these errors were encountered: