Skip to content

Commit c3a3111

Browse files
authored
Update app_config_b2c.py
1 parent 861995a commit c3a3111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app_config_b2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
ENDPOINT = ''
3131

3232
# These are the scopes that you defined for the web API
33-
SCOPE = ["demo.read", "demo.write"]
33+
SCOPE = [] # For illustration purposes only: ["demo.read", "demo.write"]
3434

3535
SESSION_TYPE = "filesystem" # So token cache will be stored in server-side session
3636

0 commit comments

Comments
 (0)