AzureAD / azure-activedirectory-identitymodel-extensions-for-dotnet

IdentityModel extensions for .Net
MIT License
1.07k stars 401 forks source link

Implement and test algorithm validation in SAML2TokenHandler using the new token validation model #2967

Open iNinja opened 1 month ago

iNinja commented 1 month ago

As part of the new validation model implementation for SAML2 tokens, we need to validate the signing algorithm using ValidationParameters.

Part of #2711