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 02d8b4c commit d3464e6Copy full SHA for d3464e6
msal/authority.py
@@ -93,6 +93,7 @@ def __init__(
93
.format(authority_url)
94
) + " Also please double check your tenant name or GUID is correct."
95
raise ValueError(error_message)
96
+ openid_config.pop("issuer", None) # Not used in MSAL.py, so remove it therefore no need to validate it
97
logger.debug(
98
'openid_config("%s") = %s', tenant_discovery_endpoint, openid_config)
99
self.authorization_endpoint = openid_config['authorization_endpoint']
0 commit comments