We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe4192 commit bc078b9Copy full SHA for bc078b9
1 file changed
mysite/settings.py
@@ -20,6 +20,10 @@
20
client_credential=os.getenv('CLIENT_SECRET'),
21
redirect_uri=os.getenv('REDIRECT_URI'),
22
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'),
27
)
28
29
# Build paths inside the project like this: BASE_DIR / 'subdir'.
0 commit comments