BrokerOptions.MsaPassthrough Property

Definition

A legacy option available only to Microsoft First-Party applications. Should be avoided where possible.

public bool MsaPassthrough { get; set; }
member this.MsaPassthrough : bool with get, set
Public Property MsaPassthrough As Boolean

Property Value

Remarks

This is a convenience API, the same can be achieved by using WithExtraQueryParameters and passing the extra query parameter "msal_request_type": "consumer_passthrough"

Applies to