Skip to content

Commit bc078b9

Browse files
committed
Support B2C
1 parent bbe4192 commit bc078b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mysite/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
client_credential=os.getenv('CLIENT_SECRET'),
2121
redirect_uri=os.getenv('REDIRECT_URI'),
2222
authority=os.getenv('AUTHORITY'),
23+
b2c_tenant_name=os.getenv('B2C_TENANT_NAME'),
24+
b2c_signup_signin_user_flow=os.getenv('SIGNUPSIGNIN_USER_FLOW'),
25+
b2c_edit_profile_user_flow=os.getenv('EDITPROFILE_USER_FLOW'),
26+
b2c_reset_password_user_flow=os.getenv('RESETPASSWORD_USER_FLOW'),
2327
)
2428

2529
# Build paths inside the project like this: BASE_DIR / 'subdir'.

0 commit comments

Comments
 (0)