AcquireTokenOptions.Claims Property

Definition

A string with one or multiple claims to request. It's a json blob (encoded or not) Normally used with Conditional Access. It receives the Claims member of the UiRequiredException. It can also be used to request specific optional claims, and for CA Auth context

public string? Claims { get; set; }
member this.Claims : string with get, set
Public Property Claims As String

Property Value

Applies to