CoreWCF: SAML token replay protection is inoperative
Impact
When enabling DetectReplayedTokens, a token can be replayed and will be detected despite it being reused.Patches
Fixed in CoreWCF v1.8.1 and v1.9.1Workarounds
Provide your own implementation ofITokenReplayCache with the correct behavior.