Skip to content

Commit a0a99a4

Browse files
updated sample.json
1 parent 40960e9 commit a0a99a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

AppCreationScripts/apps.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"Title": "Manually validating a JWT access token in a web API",
44
"Level": 300,
55
"Client": ".NET 4.5 Desktop App (WPF)",
6-
"Service": "ASP.NET Web API"
6+
"Service": "ASP.NET Web API",
7+
"RepositoryUrl": "active-directory-dotnet-webapi-manual-jwt-validation"
78
},
89

910
/*
@@ -13,12 +14,14 @@
1314
{
1415
"Id": "service",
1516
"Name": "TodoListService-ManualJwt",
17+
"Kind": "WebApi",
1618
"IsPublicClient": false,
1719
"HomePage": "https://localhost:44324"
1820
},
1921
{
2022
"Id": "client",
2123
"Name": "TodoListClient-ManualJwt",
24+
"Kind": "Desktop",
2225
"IsPublicClient": true,
2326
"RequiredResourcesAccess": [
2427
{
@@ -75,7 +78,7 @@
7578
},
7679
{
7780
"key": "todo:TodoListResourceId",
78-
"value": "service.IdentifierUris"
81+
"value": "service.HomePage"
7982
},
8083
{
8184
"key": "todo:TodoListBaseAddress",

0 commit comments

Comments
 (0)