Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML and SAML2 new model validation: Token Replay #2994

Merged
merged 7 commits into from
Nov 22, 2024

Conversation

iNinja
Copy link
Contributor

@iNinja iNinja commented Nov 11, 2024

SAML and SAML2 new model validation: Token Replay

  • Adjusted token replay validation in the new validation model to match existing behaviour.
  • Added comparison tests to ensure the new validation model behaves like the original.

Part of #2711

…o match existing behaviour. Added comparison tests between new validation model and the legacy one
@iNinja iNinja requested a review from a team as a code owner November 11, 2024 17:06
@jennyf19
Copy link
Collaborator

Looks like the tests are failing? is that expected?

@iNinja
Copy link
Contributor Author

iNinja commented Nov 15, 2024

Looks like the tests are failing? is that expected?

Probably not 😄. Apparently when I merged the signature validation code, I mistakenly left the signature validation after the issuer signing key one.

This failure was then hidden by the issue we had with the Abstractions assemblies signature that was failing all builds.
It is fixed now.

@iNinja iNinja merged commit 6150749 into dev Nov 22, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants