ApplicationOptions.ClientCapabilities 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.
Microsoft Identity specific OIDC extension that allows resource challenges to be resolved without interaction. Allows configuration of one or more client capabilities, e.g. "llt"
public System.Collections.Generic.IEnumerable<string> ClientCapabilities { get; set; }
member this.ClientCapabilities : seq<string> with get, set
Public Property ClientCapabilities As IEnumerable(Of String)
Property Value
Remarks
MSAL will transform these into special claims request. See https://openid.net/specs/openid-connect-core-1_0-final.html#ClaimsParameter for details on claim requests. For more details see https://aka.ms/msal-net-claims-request