diff --git a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs index f71cc6d6f5..80b2afa75a 100644 --- a/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs +++ b/src/client/Microsoft.Identity.Client/ApiConfig/BrokerOptions.cs @@ -79,10 +79,11 @@ internal static BrokerOptions CreateFromWindowsOptions(WindowsBrokerOptions winO public bool MsaPassthrough { get; set; } = false; /// - /// Currently supported on Windows, Linux and macOS - /// Allows the Windows broker to list Work and School accounts as part of the + /// Currently supported on Windows, Linux and macOS. + /// Allows the Windows broker to list MSA, Work and School accounts as part of the . /// Linux and macOS broker will discover accounts as part of the - /// + /// + [EditorBrowsable(EditorBrowsableState.Never)] public bool ListOperatingSystemAccounts { get; set; } internal bool IsBrokerEnabledOnCurrentOs()