-
Notifications
You must be signed in to change notification settings - Fork 453
Release Notes 5.2.2
Maria Furman edited this page Apr 19, 2018
·
8 revisions
- Modify JwtHeader() to not call this P1
- JsonWebKey.CreateECDsa() should throw an exception if the operating system is not Windows.
- Add SourceLink to release builds
- JsonWebKey KeyId is null resulting in JwtHeader with no kid
- Odd instructions in an exception from the JWT handler
- ES512/P-521 point parameter size is 66 bytes, not 64
- CryptoProviderFactory.IsEcdsaAlgorithmSupported() doesn't ensure algorithms are compatible with the curves used by ECDSA keys
Conceptual Documentation
- Using TokenValidationParameters.ValidateIssuerSigningKey
- Scenarios
- Validating tokens
- Outbound policy claim type mapping
- How ASP.NET Core uses Microsoft.IdentityModel extensions for .NET
- Using a custom CryptoProvider
- SignedHttpRequest aka PoP (Proof-of-Possession)
- Creating and Validating JWEs (Json Web Encryptions)
- Caching in Microsoft.IdentityModel
- Resiliency on metadata refresh
- Use KeyVault extensions
- Signing key roll over