Skip to content

Commit 3f024c4

Browse files
authored
Merge pull request #37 from fdaugan/patch-1
Use correct references according to the doc
2 parents c46812a + 3245b3f commit 3f024c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"clientID": "93733604-cc77-4a3c-a604-87084dd55348"
55
},
66
"policies": {
7-
"policyName": "B2C_1_SUSI"
7+
"policyName": "B2C_1_susi"
88
},
99
"resource": {
10-
"scope": ["demo.read"]
10+
"scope": ["tasks.read"]
1111
},
1212
"metadata": {
1313
"authority": "login.microsoftonline.com",
@@ -20,4 +20,4 @@
2020
"passReqToCallback": false,
2121
"loggingLevel": "info"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)