Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MsalServiceException.Claims Property

Definition

Namespace:
Microsoft.Identity.Client
Assembly:
Microsoft.Identity.Client.dll
Package:
Microsoft.Identity.Client v4.83.3

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.

Additional claims requested by the service. When this property is not null or empty, this means that the service requires the user to provide additional claims, such as doing two factor authentication. The are two cases:

For more details see https://aka.ms/msal-net-claim-challenge
public string Claims { get; }
member this.Claims : string
Public ReadOnly Property Claims As String

Property Value

Applies to


Feedback

Was this page helpful?