Skip to content

Commit b1b9a8b

Browse files
ploegertrayluo
andauthored
Update msal-python-conceptual/advanced/linux-broker-py.md
Co-authored-by: Ray Luo <[email protected]>
1 parent da64178 commit b1b9a8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

msal-python-conceptual/advanced/linux-broker-py.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ MSAL will either error out, or silently fallback to non-broker flows.
9696
4. MSAL errors out when broker is opted in, installed, initialized, but subsequent token request(s) failed.
9797
9898
>[!IMPORTANT]
99-
>If broker-related packages are not installed and you will try to use the authentication broker, you will get an error: `ImportError: You need to install dependency by: pip install "msal[broker]>=1.31,<2"`.
99+
>If broker-related packages are not installed and you will try to use the authentication broker, you will get an error: `ImportError: You need to install dependency by: pip install "msal[broker]>=1.xx,<2"`.
100+
101+
<!--
102+
This one is an error message whose content happens to be changing based on platform. The doc shall just use a placeholder that is good enough.
103+
-->
100104
>[!NOTE]
101105
>The `parent_window_handle` parameter is required even though on Linux it is not used. For GUI applications, the login prompt location will be determined ad-hoc and currently cannot be bound to a specific window. In a future update, this parameter will be used to determine the _actual_ parent window.
102106

0 commit comments

Comments
 (0)