Skip to content

Commit 1a19c4b

Browse files
committed
Provide examples for B2C and CIAM
1 parent 36a1267 commit 1a19c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msal/authority.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def __init__(
120120
"Unable to get authority configuration for {}. "
121121
"Authority would typically be in a format of "
122122
"https://login.microsoftonline.com/your_tenant "
123+
"or https://tenant_name.ciamlogin.com "
124+
"or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. "
123125
"Also please double check your tenant name or GUID is correct.".format(
124126
authority_url))
125127
logger.debug("openid_config = %s", openid_config)

0 commit comments

Comments
 (0)