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
Copy file name to clipboardExpand all lines: msal-python-conceptual/advanced/linux-broker-py-wsl.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
8
8
ms.date: 05/08/2025
9
9
---
10
10
11
-
##Enable SSO in WSL (Windows Subsystem for Linux) apps using MSAL Python and WAM
11
+
# Enable SSO in WSL (Windows Subsystem for Linux) apps using MSAL Python and WAM
12
12
13
13
MSAL is able to call the Microsoft Single Sign-on to Linux, a Linux component that is shipped independent of the Linux Distribution, however it gets installed using a package manager using `sudo apt install microsoft-identity-broker` or `sudo dnf install microsoft-identity-broker`.
14
14
@@ -110,8 +110,7 @@ Reference the [Enable SSO in native Linux apps using MSAL Python](./linux-broker
110
110
To use the broker, you will need to install the broker-related packages in addition to the core MSAL from PyPI:
0 commit comments