diff --git a/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs b/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs index 29684c66ee..c3e53ef23f 100644 --- a/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs +++ b/src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs @@ -57,7 +57,8 @@ public static PublicClientApplicationBuilder WithBroker(this PublicClientApplica /// Use this API to enable SsoPolicy enforcement. /// Should only be utilized by Microsoft 1st party applications. /// This is applicable only when broker is not enabled and embedded webview is the preferred choice. - /// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level. + /// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level. + /// /// /// A from which to set more /// parameters, and to create a public client application instance diff --git a/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs b/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs index 3d1484ecd4..d48b6af547 100644 --- a/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs +++ b/src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs @@ -318,7 +318,6 @@ public ConfidentialClientApplicationBuilder WithCacheSynchronization(bool enable /// /// Call instead. - /// /// ///