Skip to content

Commit dab701f

Browse files
committed
fix: set TryAllIssuerSigningKeys in the empty constrructor
1 parent aabf2e9 commit dab701f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.IdentityModel.Tokens/Validation/ValidationParameters.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public ValidationParameters()
115115
LogTokenId = true;
116116
SaveSigninToken = false;
117117
TryAllDecryptionKeys = true;
118+
TryAllIssuerSigningKeys = true;
118119
ValidateActor = false;
119120
}
120121

0 commit comments

Comments
 (0)