Skip to content

Commit 89ef887

Browse files
DharshanBJrayluo
andauthored
Update msal/application.py
Co-authored-by: Ray Luo <[email protected]>
1 parent dafe15f commit 89ef887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msal/application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,8 @@ def __init__(self, client_id, client_credential=None, **kwargs):
19531953
if your app is expected to run on Windows 10+
19541954
* ``msauth.com.msauth.unsignedapp://auth``
19551955
if your app is expected to run on Mac
1956+
* ``ms-appx-web://Microsoft.AAD.BrokerPlugin/your_client_id``
1957+
if your app is expected to run on Linux, especially WSL
19561958
19571959
2. installed broker dependency,
19581960
e.g. ``pip install msal[broker]>=1.32,<2``.

0 commit comments

Comments
 (0)