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 SAMLTokenHandler using the new token validation model #2966

Open iNinja opened 1 month ago

iNinja commented 1 month ago

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

Part of #2711