0

Does separate Authentication is required for the each geo-locations(Tenant Instances) ? if Authentication done then will there be any changes in the CSOM Data ?

Janakiram
  • 1
  • 2

1 Answers1

0

Separate authentication is not required for each geo-location, but there may be variations in data availability or latency based on the specific services and regions involved. The CSOM data you access will reflect the data available in your Microsoft 365 tenant, which can span multiple geo-locations depending on the deployment and configuration of your tenant.

  • Thanks for the answer. but I think each geo will need a separate ClientContext because each geo-site has its own AdminSite. If I'm wrong pls let me know. please refer https://github.com/pnp/PnP/blob/889c130888f30b09824c3983357b731b982ace21/Samples/MultiGeo.SiteEnumeration/MultiGeo.SiteEnumeration/MultiGeoManager.cs – Janakiram Jun 09 '23 at 10:07