I have a situation where I have multiple (10+) production dynamics 365 power pages applications connected to their own unique dataverses. Our clients share an identity pool from a dedicated B2C directory that serves as the global external IDP.
The problem is when updating B2C object claims it doesn't cascade back down to all the other application's contact records. For example, if I change my B2C email from a powerpages flow in one application, the contact's email is updated only in that dataverse.
Anyone else have experience with this? I would really rather not write some powerautomate or .net code in Azure to listen for changes on the B2C object to propagate down to dozens of environments.