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 adbca96 commit fd29c01Copy full SHA for fd29c01
msal/application.py
@@ -2156,7 +2156,7 @@ def acquire_token_interactive(
2156
# https://microsoft.sharepoint.com/:w:/t/Identity-DevEx/EatIUauX3c9Ctw1l7AQ6iM8B5CeBZxc58eoQCE0IuZ0VFw?e=tgc3jP&CID=39c853be-76ea-79d7-ee73-f1b2706ede05
2157
False
2158
) and data.get("token_type") != "ssh-cert" # Work around a known issue as of PyMsalRuntime 0.8
2159
- self._validate_ssh_cert_input_data(data)
+ self._validate_ssh_cert_input_data(data)
2160
is_ssh_cert_or_pop_request = _is_ssh_cert_or_pop_request(data.get("token_type"), auth_scheme)
2161
2162
if not on_before_launching_ui:
0 commit comments