Released: Nov 19, 2020
Updates in Fall 2020 Release 3 (v4.6.0+v3.3.0)
Features
SAML v2.0 for ASP.NET v4.6.0 updates:
- Supports EC-DSA signature algorithms.
- For Microsoft .NET 4.8 builds, use the X509KeyStorageFlags.EphemeralKeySet flag when loading certificates to avoid private key container permission issues.
- Adds support for encrypting the Name ID in the logout request.
- Supports AES-GCM encryption through XML encryption extensions.
SAML v2.0 for ASP.NET Core v3.3.0 updates:
- Handle SAML assertions not including a subject.
- Supports EC-DSA signature algorithms.
- Use the X509KeyStorageFlags.EphemeralKeySet flag when loading certificates to avoid private key container permission issues.
- Supports encrypting the Name ID in the logout request.
Fixes
SAML v2.0 for ASP.NET Core v3.3.0 fixes:
- Fixed issue with SAML assertion serialization.