Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BrokerExtension.WithBroker Method

Definition

Namespace:
Microsoft.Identity.Client.Broker
Assembly:
Microsoft.Identity.Client.Broker.dll
Package:
Microsoft.Identity.Client.Broker v4.83.3

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.

Brokers enable Single-Sign-On, device identification,and application identification verification, while increasing the security of applications. 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.

public static Microsoft.Identity.Client.PublicClientApplicationBuilder WithBroker(this Microsoft.Identity.Client.PublicClientApplicationBuilder builder, Microsoft.Identity.Client.BrokerOptions brokerOptions);
static member WithBroker : Microsoft.Identity.Client.PublicClientApplicationBuilder * Microsoft.Identity.Client.BrokerOptions -> Microsoft.Identity.Client.PublicClientApplicationBuilder
<Extension()>
Public Function WithBroker (builder As PublicClientApplicationBuilder, brokerOptions As BrokerOptions) As PublicClientApplicationBuilder

Parameters

brokerOptions
BrokerOptions

This provides cross platform options for broker.

Returns

A PublicClientApplicationBuilder from which to set more parameters, and to create a public client application instance

Applies to


Feedback

Was this page helpful?