[Feature Request] Introduce a new flag on TokenValidationParameters and use it to skip checking for the existence of kid during signature validation #2938
Labels
Internal
Indicates issue was opened by the IdentityModel team
Add a new boolean property named
SkipKidCheck
to theTokenValidationParameters
class to allow skipping the check for the existence ofkid
during signature validation. Update the conditional logic to bypass thekid
check if this new property is set to true. Should be set to false by default.Relevant code: here if the new TVP is set.
The text was updated successfully, but these errors were encountered: