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.
2 parents 4591cb7 + 7920265 commit 1ab0044Copy full SHA for 1ab0044
AppCreationScripts/apps.json
@@ -1,8 +1,4 @@
1
{
2
- /*
3
- This section describes the Azure AD Applications to configure, and their dependencies
4
- */
5
-
6
"Sample": {
7
"Title": "Acquire a token and call Microsoft Graph API from a console app using app's identity",
8
"Level": 300,
@@ -44,7 +40,7 @@
44
40
],
45
41
"codeConfigurations": [
46
42
47
- "settingFile": "ms-identity-python-daemon/1-Call-MsGraph-WithSecret/parameters.json",
43
+ "settingFile": "/1-Call-MsGraph-WithSecret/parameters.json",
48
"replaceTokens": {
49
"appId": "your_client_id",
50
"tenantId": "Enter_the_Tenant_Name_Here",
0 commit comments