We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc078b9 commit 1a8730cCopy full SHA for 1a8730c
1 file changed
mysite/settings.py
@@ -20,6 +20,7 @@
20
client_credential=os.getenv('CLIENT_SECRET'),
21
redirect_uri=os.getenv('REDIRECT_URI'),
22
authority=os.getenv('AUTHORITY'),
23
+ oidc_authority=os.getenv('OIDC_AUTHORITY'),
24
b2c_tenant_name=os.getenv('B2C_TENANT_NAME'),
25
b2c_signup_signin_user_flow=os.getenv('SIGNUPSIGNIN_USER_FLOW'),
26
b2c_edit_profile_user_flow=os.getenv('EDITPROFILE_USER_FLOW'),
0 commit comments