MsalError.DuplicateQueryParameterError Field

Definition

Duplicate query parameter was found in extraQueryParameters.

What happens?

You have used extraQueryParameter 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 

Field Value

Applies to