We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c429d2a commit 5c3ce72Copy full SHA for 5c3ce72
msal/__main__.py
@@ -301,6 +301,7 @@ def _main():
301
enable_broker_on_windows=enable_broker,
302
enable_broker_on_mac=enable_broker,
303
enable_broker_on_linux=enable_broker,
304
+ enable_broker_on_wsl=enable_broker,
305
enable_pii_log=enable_pii_log,
306
token_cache=global_cache,
307
) if not is_cca else msal.ConfidentialClientApplication(
0 commit comments