We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861995a + c3a3111 commit f8249a3Copy full SHA for f8249a3
app_config_b2c.py
@@ -30,7 +30,7 @@
30
ENDPOINT = ''
31
32
# These are the scopes that you defined for the web API
33
-SCOPE = ["demo.read", "demo.write"]
+SCOPE = [] # For illustration purposes only: ["demo.read", "demo.write"]
34
35
SESSION_TYPE = "filesystem" # So token cache will be stored in server-side session
36
0 commit comments