MsalError.InvalidClientAssertion Field
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.
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