MsalError.NonceRequiredForPopOnPCA 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.
What happens?
The request has Proof-of-Possession configured but does not have a nonce configured. A nonce is required for Proof-of-Possession on public clientsMitigation
Provide a nonce when Proof-of-Possession is configured for public clients.public const string NonceRequiredForPopOnPCA;
val mutable NonceRequiredForPopOnPCA : string
Public Const NonceRequiredForPopOnPCA As String