We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a1267 commit 1a19c4bCopy full SHA for 1a19c4b
msal/authority.py
@@ -120,6 +120,8 @@ def __init__(
120
"Unable to get authority configuration for {}. "
121
"Authority would typically be in a format of "
122
"https://login.microsoftonline.com/your_tenant "
123
+ "or https://tenant_name.ciamlogin.com "
124
+ "or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. "
125
"Also please double check your tenant name or GUID is correct.".format(
126
authority_url))
127
logger.debug("openid_config = %s", openid_config)
0 commit comments