This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree 3 files changed +4
-7
lines changed
2-Authorization-I/1-call-graph
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 21
21
"HomePage" : " http://localhost:3000/" ,
22
22
"ReplyUrls" : " http://localhost:3000/, http://localhost:3000/redirect.html" ,
23
23
"Audience" : " AzureADMyOrg" ,
24
- "Sample" : {
25
- "SampleSubPath" : " 2-Authorization-I\\ 1-call-graph" ,
26
- "ProjectDirectory" : " \\ SPA"
27
- },
24
+ "SampleSubPath" : " 2-Authorization-I\\ 1-call-graph\\ SPA" ,
28
25
"RequiredResourcesAccess" : [
29
26
{
30
27
"Resource" : " Microsoft Graph" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ or download and extract the repository *.zip* file.
82
82
83
83
``` console
84
84
cd ms-identity-javascript-react-tutorial
85
- cd 2-Authorization-I\1-call-graph
85
+ cd 2-Authorization-I\1-call-graph\SPA
86
86
npm install
87
87
```
88
88
@@ -166,7 +166,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
166
166
From your shell or command line, execute the following commands:
167
167
168
168
```console
169
- cd 2-Authorization-I/ 1-call-graph/ SPA
169
+ cd 2-Authorization-I\ 1-call-graph\ SPA
170
170
npm start
171
171
```
172
172
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const msalConfig = {
58
58
* https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-permissions-and-consent#openid-connect-scopes
59
59
*/
60
60
export const loginRequest = {
61
- scopes : [ 'User.Read' ]
61
+ scopes : [ 'User.Read' , 'Contacts.Read' ] ,
62
62
} ;
63
63
64
64
/**
You can’t perform that action at this time.
0 commit comments