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
We want to attempt silent auth regardless of platform. If silent auth is
not supported, MSAL will return an error response that we can propagate
to the user.
- `use_default_broker_account` applies on all platforms
- If interactive fallback is disabled, then we won't attempt interactive
login.
- Browser-based fallback is still attempted on non-Windows/WSL
environments (maintaining current behavior).
Signed-off-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity-broker/CHANGELOG.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
# Release History
2
2
3
-
## 1.3.0b3 (Unreleased)
3
+
## 1.3.0 (2025-08-07)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
7
+
- Allow silent authentication attempts on all platforms. Previously, `use_default_broker_account=True` in `InteractiveBrowserBrokerCredential` only applied to Windows/WSL. ([#42375](https://github.com/Azure/azure-sdk-for-python/pull/42375))
0 commit comments