
Includes Microsoft .NET 5 examples, plus improvements for caching X. 509 certificates.
Features
SAML v2.0 for ASP.NET v4.7.0 updates:
- Set the SSO session store memory cache item priority to NotRemovable.
- Support the recipient field in the SAML assertion being either the entity ID or assertion consumer service URL.
- Add ResolveToHttps configuration to better support SSL terminating load balancers.
SAML v2.0 for ASP.NET Core v3.4.0 updates:
- Support Content-Security-Policy headers for JavaScript.
- Support the AuthenticationSchemeOptions.EventsType property.
- Add ResolveToHttps configuration to better support SSL terminating load balancers.
- Cache X.509 certificate in the memory cache rather than the distributed cache.
- Failover gracefully if the cached certificate cannot be loaded.
- Includes Microsoft .NET 5 examples.