Skip to content

Commit e9b38e1

Browse files
committed
match user flow case
1 parent e6ca27c commit e9b38e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app_config_b2c.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import os
22

33
b2c_tenant = "fabrikamb2c"
4-
signupsignin_user_flow = "b2c_1_signupsignin1"
5-
editprofile_user_flow = "b2c_1_profileediting1"
6-
resetpassword_user_flow = "b2c_1_passwordreset1"
4+
signupsignin_user_flow = "B2C_1_signupsignin1"
5+
editprofile_user_flow = "B2C_1_profileediting1"
6+
resetpassword_user_flow = "B2C_1_passwordreset1"
77
authority_template = "https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{user_flow}"
88

99
CLIENT_ID = "Enter_the_Application_Id_here" # Application (client) ID of app registration

0 commit comments

Comments
 (0)