
Adds ability to specify the SAML session cookie as essential to support GDPR, plus importing multiple certificates.
Features
SAML v2.0 for ASP.NET updates:
- Does not mark the SAML session cookie as secure if not using HTTPS.
- Make authn request scoping information available to the IdP through the SSOOptions.
- Support importing multiple certificates in the MetadataImporter.
SAML v2.0 for ASP.NET Core updates:
- To support General Data Protection Regulation (GDPR), specify the SAML session cookie as essential.
- Include the relay state in the On…Received delegates.
- Add IConfigurationToMetadata interface.
- Don't mark the SAML session cookie as secure if not using HTTPS.