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

Commit ef99a86

Browse files
authored
update Readme
correcting the "tokenRequest" object description
1 parent 35c95af commit ef99a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const loginRequest = {
120120
};
121121

122122
const tokenRequest = {
123-
scopes: ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
123+
scopes: apiConfig.b2cScopes // i.e. ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
124124
};
125125
```
126126

0 commit comments

Comments
 (0)