You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resp=requests.get( # Note: This URL seemingly returns V1 endpoint only
92
+
definstance_discovery(url, **kwargs):
93
+
returnrequests.get( # Note: This URL seemingly returns V1 endpoint only
86
94
'https://{}/common/discovery/instance'.format(
87
95
WORLD_WIDE# Historically using WORLD_WIDE. Could use self.instance too
88
96
# See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/4.0.0/src/Microsoft.Identity.Client/Instance/AadInstanceDiscovery.cs#L101-L103
89
97
# and https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/4.0.0/src/Microsoft.Identity.Client/Instance/AadAuthority.cs#L19-L33
0 commit comments