Skip to content

Commit 3245b3f

Browse files
authored
Use correct references according to the doc
Use `tasks.read` and `B2C_1_susi` references accordingly to the documentation there: https://docs.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-in-sample-node-web-app-with-api
1 parent 0524fab commit 3245b3f

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)