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
* [Identity] Update tenant resolution logic
Our tenant resolution logic shouldn't error out requests for certain dev
credentials (e.g. `DeviceCodeCredential and `InteractiveBrowserCredential`) if
a tenant is passed into `get_token` or `get_token_info`. This happens if
the no tenant was configured on the credential and the default
"organizations" tenant is used.
Signed-off-by: Paul Van Eck <[email protected]>
* Update changelog
Signed-off-by: Paul Van Eck <[email protected]>
---------
Signed-off-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
### Bugs Fixed
13
13
14
14
- Fixed an issue where `AzureDeveloperCliCredential` would time out during token requests when `azd` prompts for user interaction. This issue commonly occurred in environments where the `AZD_DEBUG` environment variable was set, causing the Azure Developer CLI to display additional prompts that interfered with automated token acquisition. ([#42535](https://github.com/Azure/azure-sdk-for-python/pull/42535))
15
+
- Fixed an issue where credentials configured with a default tenant ID of "organizations" (such as `InteractiveBrowserCredential` and `DeviceCodeCredential`) would fail authentication when a specific tenant ID was provided in `get_token` or `get_token_info` method calls. ([#42721](https://github.com/Azure/azure-sdk-for-python/pull/42721))
0 commit comments