- Ya
- 4 Septemba 2026, 23:41 UTC
- Mwandishi
- Kamo
- Ahadi ya
- 10bc025
A redirect the org typed into its own registration still wins outright — Microsoft requires the URI replayed on the token exchange to match the authorization byte-for-byte, so whatever went into that Entra app is the only correct answer, and an existing connection must not move. What changes is the fallback under it. An org on its own app with no stored redirect was getting the platform hostname; it now gets api.<its own domain>, which is what its settings screen shows. An org on Kamo's multi-tenant app keeps the platform host, since that registration has one redirect and a per-org address against it is a mismatch. Both VOIP OAuth controllers already routed through this one method, so the org and member connect legs move together.