ClaimsChallengeUtilities.FormatClaimsChallengeErrorMessage Method

Definition

Format the error message from the response content of the original failed request. If the error is caused by CAE (continuous Access Evaluation), this will include why the request failed, and which policy was violated.

public static string FormatClaimsChallengeErrorMessage(string claimsChallenge, string responseContent);
static member FormatClaimsChallengeErrorMessage : string * string -> string
Public Function FormatClaimsChallengeErrorMessage (claimsChallenge As String, responseContent As String) As String

Parameters

claimsChallenge
String
responseContent
String

Returns

Applies to