WamExtension Class

Definition

WAM related extensions.

public static class WamExtension
type WamExtension = class
Public Module WamExtension
Inheritance
WamExtension

Methods

WithBroker(PublicClientApplicationBuilder, BrokerOptions)

Brokers enable Single-Sign-On, device identification, and enhanced security. Use this API to enable brokers on desktop platforms.

See https://aka.ms/msal-net-wam for more information on platform specific settings required to enable the broker such as redirect URIs.

WithWindowsBroker(PublicClientApplicationBuilder, Boolean)
Obsolete.

Enables Windows broker flows on older platforms, such as .NET framework, where these are not available in the box with Microsoft.Identity.Client For details about Windows broker, see https://aka.ms/msal-net-wam

Applies to