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

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

Implement and test signature validation in SAMLTokenHandler using the new token validation model #2949

Closed iNinja closed 1 month ago

iNinja commented 1 month ago

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

Part of #2711