다음을 통해 공유


MsalError.InvalidClientAssertion Field

Definition

Returned when a WithClientAssertion delegate provides a null or empty JWT string.

Mitigation

Ensure the delegate returns a non‑empty, base‑64‑encoded JWT.
public const string InvalidClientAssertion;
val mutable InvalidClientAssertion : string
Public Const InvalidClientAssertion As String 

Field Value

Applies to