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 2aaa301 commit decbedeCopy full SHA for decbede
CredentialProvider.Microsoft/Util/EnvUtil.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft. All rights reserved.
+// Copyright (c) Microsoft. All rights reserved.
2
//
3
// Licensed under the MIT license.
4
@@ -149,7 +149,7 @@ public static bool MsalFileCacheEnabled()
149
150
public static bool MsalAllowBrokerEnabled()
151
{
152
- return GetEnabledFromEnvironment(MsalAllowBrokerEnvVar, RuntimeInformation.IsOSPlatform(OSPlatform.Windows));
+ return GetEnabledFromEnvironment(MsalAllowBrokerEnvVar, defaultValue: true);
153
}
154
155
public static IntPtr? GetMsalBrokerWindowHandle()
0 commit comments