Skip to content
This repository has been archived by the owner. It is now read-only.

Commit cf22d75

Browse files
committed
appsJSon v1
1 parent dc33358 commit cf22d75

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

AppCreationScripts/apps.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"Sample": {
3+
"Title": "Calling Microsoft Graph from a JavaScript SPA App",
4+
"Level": 400,
5+
"Client": "JavaScript, msal.js, MSAL"
6+
},
7+
"AppRegistrations": [
8+
{
9+
"x-ms-id": "JavaScriptSpa",
10+
"x-ms-name": "active-directory-javascript-graphapi-v2",
11+
"x-ms-version": "2.0",
12+
"replyUrlsWithType": [
13+
{
14+
"url": "https://localhost:44316/",
15+
"type": "Web"
16+
}
17+
],
18+
"requiredResourceAccess": [
19+
{
20+
"x-ms-resourceAppName": "Microsoft Graph",
21+
"resourceAppId": "00000003-0000-0000-c000-000000000000",
22+
"resourceAccess": [
23+
{
24+
"id": "e1fe6dd8-ba31-4d61-89e7-88639da4683d",
25+
"type": "Scope",
26+
"x-ms-name": "user.read"
27+
}
28+
]
29+
}
30+
]
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)