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.
1 parent e6ca27c commit e9b38e1Copy full SHA for e9b38e1
app_config_b2c.py
@@ -1,9 +1,9 @@
1
import os
2
3
b2c_tenant = "fabrikamb2c"
4
-signupsignin_user_flow = "b2c_1_signupsignin1"
5
-editprofile_user_flow = "b2c_1_profileediting1"
6
-resetpassword_user_flow = "b2c_1_passwordreset1"
+signupsignin_user_flow = "B2C_1_signupsignin1"
+editprofile_user_flow = "B2C_1_profileediting1"
+resetpassword_user_flow = "B2C_1_passwordreset1"
7
authority_template = "https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{user_flow}"
8
9
CLIENT_ID = "Enter_the_Application_Id_here" # Application (client) ID of app registration
0 commit comments