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.
2 parents 94b53cf + a5680a4 commit 7c714beCopy full SHA for 7c714be
msal/application.py
@@ -1013,6 +1013,8 @@ def _find_msal_accounts(self, environment):
1013
return list(grouped_accounts.values())
1014
1015
def _get_authority_aliases(self, instance):
1016
+ if self.authority.is_adfs:
1017
+ return []
1018
if not self.authority_groups:
1019
resp = self.http_client.get(
1020
"https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize",
0 commit comments