ApplicationOptions.ClientCapabilities Property

Definition

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

Applies to