Skip to content

Commit b75d3ce

Browse files
committed
Update authority.py
1 parent fa4ec61 commit b75d3ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/authority.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def __init__(
114114
.format(authority_url)
115115
) + " Also please double check your tenant name or GUID is correct."
116116
raise ValueError(error_message)
117-
openid_config.pop("issuer", None) # Not used in MSAL.py, so remove it therefore no need to validate it
118117
logger.debug(
119118
'openid_config("%s") = %s', tenant_discovery_endpoint, openid_config)
120119
self._issuer = openid_config.get('issuer')

0 commit comments

Comments
 (0)