Skip to content
Prev Previous commit
Next Next commit
Fix wrong setting in configuration template
  • Loading branch information
rayluo committed Nov 1, 2019
commit baf2655e6d354381ab5b412f18c66fb8f03d57b9
2 changes: 1 addition & 1 deletion app_config_b2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
b2c_tenant = "fabrikamb2c"
signupsignin_user_flow = "b2c_1_signupsignin1"
editprofile_user_flow = "b2c_1_profileediting1"
authority_template = "https://{tenant}.b2clogin.com/{tenant}.onmicrosoftonline.com/{user_flow}"
authority_template = "https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{user_flow}"

CLIENT_SECRET = "Enter_the_Client_Secret_Here" # Our Quickstart uses this placeholder
# In your production app, we recommend you to use other ways to store your secret,
Expand Down