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 fccef7f commit f79debdCopy full SHA for f79debd
msal/application.py
@@ -1716,6 +1716,7 @@ def acquire_token_interactive(
1716
"04b07795-8ddb-461a-bbee-02f9e1bf7b46", # Azure CLI
1717
"04f0c124-f2bc-4f59-8241-bf6df9866bbd", # Visual Studio
1718
]
1719
+ and kwargs.get("data", {}).get("token_type") != "ssh-cert" # Work around a known issue as of PyMsalRuntime 0.8
1720
)
1721
# Call _signin_silently() and/or _signin_interactively()
1722
if prompt == "none" or (not prompt and not login_hint):
0 commit comments