File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed
1-Call-MsGraph-WithSecret
2-Call-MsGraph-WithCertificate Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ If you want to use this automation:
8484
85851 . Run the sample
8686
87+ You'll need to install the dependencies using pip as follows:
88+
89+ ``` Shell
90+ pip install -r requirements.txt
91+ ```
92+
93+ Run ` confidential_client_secret_sample.py` with the parameters for the app:
94+
8795 ` ` ` Shell
8896 python confidential_client_secret_sample.py parameters.json
8997 ` ` `
@@ -143,7 +151,13 @@ Open the parameters.json file
143151
144152# ## Step 4: Run the sample
145153
146- Start the application, it will display the users in the tenant.
154+ You' ll need to install the dependencies using pip as follows:
155+
156+ ```Shell
157+ pip install -r requirements.txt
158+ ```
159+
160+ Start the application, it will display some Json string containing the users in the tenant.
147161
148162```Shell
149163python confidential_client_secret_sample.py parameters.json
Original file line number Diff line number Diff line change 1+ requests >= 2 ,< 3
2+ msal >= 0 ,< 2
Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ If you want to use this automation:
8383 > Other ways of running the scripts are described in [ App Creation Scripts] ( ./AppCreationScripts/AppCreationScripts.md )
8484
85851 . Run the sample
86+ You'll need to install the dependencies using pip as follows:
87+
88+ ``` Shell
89+ pip install -r requirements.txt
90+ ```
91+
92+ Run ` confidential_client_certificate_sample.py` with the parameters for the app:
8693
8794 ` ` ` Shell
8895 python confidential_client_certificate_sample.py parameters.json
@@ -159,7 +166,13 @@ Open the `parameters.json` file
159166
160167### Step 4: Run the sample
161168
162- Start the application, it will display the users in the tenant.
169+ You' ll need to install the dependencies using pip as follows:
170+
171+ ` ` ` Shell
172+ pip install -r requirements.txt
173+ ` ` `
174+
175+ Start the application, it will display some Json string containing the users in the tenant.
163176
164177` ` ` Shell
165178python confidential_client_certificate_sample.py parameters.json
Original file line number Diff line number Diff line change 1+ requests >= 2 ,< 3
2+ msal >= 0 ,< 2
You can’t perform that action at this time.
0 commit comments