Releases: Aguafrommars/TheIdServer
Releases · Aguafrommars/TheIdServer
Release list
10.0.4
10.0.3
10.0.2
10.0.2 (2026-02-13)
CVE-2026-21218 | .NET Security Feature Bypass Vulnerability security patch
10.0.1
10.0.1 (2025-11-28)
Bug Fixes
10.0.0
10.0.0 (2025-11-17)
- feat!: migrate Azure KeyVault to modern SDK (69ff153)
Bug Fixes
- sample compilation (c72e6fa)
- src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities (4560707)
- src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities (6cf57d4)
- src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities (35208f3)
BREAKING CHANGES
- TenantId now required for Service Principal auth
Replace obsolete Microsoft.Azure.KeyVault with Azure.Security.KeyVault.Keys v4.8.0
Add support for DefaultAzureCredential, Managed Identity, and certificate-based auth
Update all KeyVault-related code and documentation
Maintain 100% backward compatibility for encrypted data
- feat(keyvault): add DefaultAzureCredential support
- feat(keyvault): add Managed Identity authentication
- feat(keyvault): add certificate-based authentication
- refactor(keyvault): migrate to Azure.Identity from MSAL
- docs: update Azure KeyVault configuration guides
- test: update tests for new SDK types
- chore: mark old methods as obsolete
9.1.2
9.1.2 (2025-09-07)
Bug Fixes
- Replace obsolet package IdentityModel.AspNetCore.OAuth2Introspection by Duende.AspNetCore.Authentication.OAuth2Introspection
9.1.1
9.1.1 (2025-03-18)
Bug Fixes
- appliy MS security fix for Microsoft Security Advisory CVE-2025-24070: .NET Elevation of Privilege Vulnerability