MsalError.DuplicateQueryParameterError 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.
Duplicate query parameter was found in extraQueryParameters.
What happens?
You have usedextraQueryParameter
of overrides
of token acquisition operations in public client and confidential client application and are passing a parameter which is already present in the
URL (either because you had it in another way, or the library added it).
Mitigation [App Development]
RemoveAccount the duplicate parameter from the token acquisition override.public const string DuplicateQueryParameterError;
val mutable DuplicateQueryParameterError : string
Public Const DuplicateQueryParameterError As String