BrokerOptions.MsaPassthrough Property
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.
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"