Skip to content

Commit ace04ed

Browse files
committed
Updating the README.md for the Multi-APIs
1 parent d4bb0b8 commit ace04ed

File tree

7 files changed

+1916
-204
lines changed

7 files changed

+1916
-204
lines changed

3-WebApp-multi-APIs/AppCreationScripts/sample.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
{
2525
"Resource": "Microsoft Graph",
2626
"DelegatedPermissions": [ "User.Read" ]
27+
},
28+
{
29+
"Resource": "Azure Service Management",
30+
"DelegatedPermissions": [ "user_impersonation" ]
31+
},
32+
{
33+
"Resource": "Azure Storage",
34+
"DelegatedPermissions": [ "user_impersonation" ]
2735
}
2836
]
2937
}
@@ -39,7 +47,7 @@
3947
{
4048
"App": "webApp",
4149
"SettingKind": "JSon",
42-
"SettingFile": "\\..\\active-directory-aspnetcore-webapp-openidconnect-v2\\appsettings.json",
50+
"SettingFile": "\\..\\appsettings.json",
4351
"Mappings": [
4452
{
4553
"key": "ClientId",
@@ -54,7 +62,7 @@
5462
"value": "$tenantName"
5563
},
5664
{
57-
"key": "TenantId",
65+
"key": "ClientSecret",
5866
"value": ".AppKey"
5967
}
6068
]

3-WebApp-multi-APIs/README.md

Lines changed: 119 additions & 159 deletions
Large diffs are not rendered by default.

3-WebApp-multi-APIs/ReadmeFiles/graph-arm-storage.svg

Lines changed: 1787 additions & 0 deletions
Loading
-28 KB
Binary file not shown.
-43.7 KB
Binary file not shown.

3-WebApp-multi-APIs/Views/Home/About.cshtml

Lines changed: 0 additions & 7 deletions
This file was deleted.

3-WebApp-multi-APIs/Views/Home/Contact.cshtml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)