PublicClientApplicationBuilder.IsBrokerAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if a broker can be used.
This method is only needed to be used in mobile scenarios which support Mobile Application Management. In other supported scenarios, use WithBroker
by itself, which will fall back to use a browser if broker is unavailable.
public bool IsBrokerAvailable ();
member this.IsBrokerAvailable : unit -> bool
Public Function IsBrokerAvailable () As Boolean
Returns
Remarks
- On Windows, the broker (WAM) can be used on Windows 10 and is always installed. See https://aka.ms/msal-net-wam
- On Mac, Linux, and older versions of Windows a broker is not available.
- In .NET classic or .NET, install Microsoft.Identity.Client.Desktop first and call
WithDesktopFeatures()
. - In mobile apps, the device must be Intune joined and Authenticator or Company Portal must be installed. See https://aka.ms/msal-brokers