Open g2vinay opened 3 years ago
@bgavrilMS is there an ETA for this feature?
Just a small update on this one. In MSAL.NET we're deprecating this feature, and replacing it with:
The reason for deprecation is that it is not logical for the app and the request to target different environments (e.g. app targes public cloud, request targets DE cloud). Adding validation around these corner case scenarios is quite difficult and perf intensive. Changing only tenant ID is simpler.
Hi,
Feature Requested:
We're looking to pass in authority URL and tenant to the MSAL clients as parameters to acquire/get token calls to both Confidential and Public Clients. Currently, the authority URL gets locked in when the Confidential and Public Clients are constructed/instantiated and cannot be changed without constructing another instance of the MSAL clients.
It would simplify things if the user could override the authority URL and tenant as part of the parameters passed to the acquire token calls of the MSAL clients.
.NET MSAL supports this feature, it would be great if Python MSAL supports this too.