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
// DisableInstanceDiscovery should be set true only by applications authenticating in disconnected clouds, or
40
+
// private clouds such as Azure Stack. It determines whether the credential requests Azure AD instance metadata
41
+
// from https://login.microsoft.com before authenticating. Setting this to true will skip this request, making
42
+
// the application responsible for ensuring the configured authority is valid and trustworthy.
43
+
DisableInstanceDiscoverybool
45
44
}
46
45
47
46
// NewClientAssertionCredential constructs a ClientAssertionCredential. The getAssertion function must be thread safe. Pass nil for options to accept defaults.
0 commit comments