We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582ad50 commit 4faf727Copy full SHA for 4faf727
src/Microsoft.IdentityModel.Tokens/Validation/ValidationParameters.cs
@@ -531,7 +531,7 @@ public TokenReplayValidationDelegate TokenReplayValidator
531
/// If the IssuerSigningKeyResolver is unable to resolve the key when validating the signature of the SecurityToken,
532
/// all available keys will be tried.
533
/// </summary>
534
- /// <remarks>Default is false.</remarks>
+ /// <remarks>Default is true.</remarks>
535
[DefaultValue(true)]
536
public bool TryAllIssuerSigningKeys { get; set; }
537
0 commit comments