Skip to content

Commit 1a8730c

Browse files
committed
Support CIAM Custom User Domain
1 parent bc078b9 commit 1a8730c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysite/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
client_credential=os.getenv('CLIENT_SECRET'),
2121
redirect_uri=os.getenv('REDIRECT_URI'),
2222
authority=os.getenv('AUTHORITY'),
23+
oidc_authority=os.getenv('OIDC_AUTHORITY'),
2324
b2c_tenant_name=os.getenv('B2C_TENANT_NAME'),
2425
b2c_signup_signin_user_flow=os.getenv('SIGNUPSIGNIN_USER_FLOW'),
2526
b2c_edit_profile_user_flow=os.getenv('EDITPROFILE_USER_FLOW'),

0 commit comments

Comments
 (0)