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
rename use_operating_system_account to use_default_broker_account (#34833)
* rename use_operating_system_account to use_default_broker_account
* Update sdk/identity/azure-identity-broker/README.md
Co-authored-by: Paul Van Eck <[email protected]>
---------
Co-authored-by: Paul Van Eck <[email protected]>
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity-broker/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Features Added
6
6
7
-
-`InteractiveBrowserBrokerCredential` now supports a `use_operating_system_account` property to enable the use of the currently logged in operating system account for authentication rather than prompting for a credential.
7
+
-`InteractiveBrowserBrokerCredential` now supports a `use_default_broker_account` property to enable the use of the currently logged in operating system account for authentication rather than prompting for a credential.
8
8
- Added `enable_support_logging` as a keyword argument to `InteractiveBrowserBrokerCredential`. This allows additional support logging which may contain PII.
When the `use_default_broker_account` argument is set to `True`, the credential will attempt to silently use the default broker account. If using the default account fails, the credential will fall back to interactive authentication.
44
+
45
+
```
46
+
cred = new InteractiveBrowserBrokerCredential(use_default_broker_account=True)
47
+
```
48
+
41
49
## Examples
42
50
43
51
### Authenticate with `InteractiveBrowserBrokerCredential`
0 commit comments