MicrosoftIdentityApplicationOptions.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.
Specifies the capabilities of the client (for instance {"cp1", "cp2"}). This is useful to express that the Client is capable of handling claims challenge. If your application is CAE capable, it needs to express "cp1".
public System.Collections.Generic.IEnumerable<string>? ClientCapabilities { get; set; }
member this.ClientCapabilities : seq<string> with get, set
Public Property ClientCapabilities As IEnumerable(Of String)