Skip to content

Commit

Permalink
Update azuread_b2c.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zahid-arbisoft authored Jul 12, 2023
1 parent d0946f5 commit 74dd66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/backends/azuread_b2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
class AzureADB2COAuth2(AzureADOAuth2):
name = "azuread-b2c-oauth2"

BASE_URL = "https://{tenant_name}.{authority_host}/{tenant_name}.onmicrosoft.com"
BASE_URL = "https://{authority_host}/{tenant_name}.onmicrosoft.com"
AUTHORIZATION_URL = "{base_url}/oauth2/v2.0/authorize"
OPENID_CONFIGURATION_URL = (
"{base_url}/v2.0/.well-known/openid-configuration?p={policy}"
Expand Down

0 comments on commit 74dd66c

Please sign in to comment.