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 8a550e2 commit da64178Copy full SHA for da64178
msal-python-conceptual/advanced/linux-broker-py.md
@@ -49,7 +49,7 @@ An authentication broker is an application that runs on a user’s machine that
49
1. To use the broker, you will need to install the broker-related packages in addition to the core MSAL from PyPI:
50
51
```python
52
- pip install "msal[broker]>=1.33.0b1,<2"
+ pip install "msal[broker]>=1.33.0b1,<2"
53
```
54
55
4. Once configured, you can call `acquire_token_interactive` to acquire a token.
0 commit comments