Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Nov 9, 2023
2 parents 7677621 + 881a778 commit 2824c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aurora/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ def show_ddt(request): # pragma: no-cover
AZURE_TOKEN_URL = "https://login.microsoftonline.com/unicef.org/oauth2/token"

# Social Auth settings.
SOCIAL_AUTH_BACKEND_NAME = 'macioce'
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET = env.str("AZURE_CLIENT_SECRET")
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID = env("AZURE_TENANT_ID")
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY = env.str("AZURE_CLIENT_KEY")
Expand Down Expand Up @@ -638,6 +639,7 @@ def show_ddt(request): # pragma: no-cover
"unpkg.com",
"browser.sentry-cdn.com",
"cdnjs.cloudflare.com",
"unisitetracker.unicef.io",
"register.unicef.org",
"uni-hope-ukr-sr.azurefd.net",
"uni-hope-ukr-sr-dev.azurefd.net",
Expand Down

0 comments on commit 2824c01

Please sign in to comment.