File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Each time a new PyMsalRuntime is going to be released,
6
6
we can use this script to test it with a given version of MSAL Python.
7
+
8
+ 1. If you are on a modern Windows device, broker WAM is already built-in;
9
+ If you are on a mac device, install CP (Company Portal), login an account in CP and finish the MDM process.
10
+ 2. For installing MSAL Python from its latest `dev` branch:
11
+ `pip install --force-reinstall "git+https://github.com/AzureAD/microsoft-authentication-library-for-python.git[broker]"`
12
+ 3. (Optional) A proper version of `PyMsalRuntime` has already been installed by the previous command.
13
+ But if you want to test a specific version of `PyMsalRuntime`,
14
+ you shall manually install that version now.
15
+ 4. Run this test by `python broker-test.py` and make sure all the tests passed.
16
+
7
17
"""
8
18
import msal
9
19
import getpass
You can’t perform that action at this time.
0 commit comments