Skip to content

Commit fd29c01

Browse files
DharshanBJrayluo
andauthored
Update msal/application.py
Co-authored-by: Ray Luo <[email protected]>
1 parent adbca96 commit fd29c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ def acquire_token_interactive(
21562156
# https://microsoft.sharepoint.com/:w:/t/Identity-DevEx/EatIUauX3c9Ctw1l7AQ6iM8B5CeBZxc58eoQCE0IuZ0VFw?e=tgc3jP&CID=39c853be-76ea-79d7-ee73-f1b2706ede05
21572157
False
21582158
) 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)
2159+
self._validate_ssh_cert_input_data(data)
21602160
is_ssh_cert_or_pop_request = _is_ssh_cert_or_pop_request(data.get("token_type"), auth_scheme)
21612161

21622162
if not on_before_launching_ui:

0 commit comments

Comments
 (0)