
Enables Entity Framework support for the SAML configuration.
Features
ComponentSpace SAML v2.0 for ASP.NET v5.0.0 Updates:
- Enables Entity Framework support for the SAML configuration.
- Adds support for the HTTP-Post binding for non-standard platforms using SAMLHttpResponse.
- Supports extension XML schemas to validate custom SAML attribute value datatypes.
- Defaults to validating SAML messages against the XML schemas.
- Supports Strong name and allows partially trusted callers for the extension DLLs so they can run in medium trust environments.
- For consistency, this release renames the configuration ID to Name. This only affects multi-tenant configurations.
ComponentSpace SAML v2.0 for ASP.NET Core v4.0.0 Updates:
- Adds SamlDatabaseConfigurationResolver for storing SAML configuration using the Entity Framework.
- Adds SamlCachedConfigurationResolver for caching SAML configuration.
- Defaults to the current HTTP request if the AuthenticationProperties.RedirectUri hasn’t been specified when the authentication challenge method is called.
- Updates the SamlAuthenticationOptions.LoginCompletionUrl delegate to accept the redirectUri as an input argument.
- Adds ISamlProvider.ClearSessionAsync method to clear the internal SSO session state.
- For consistency, this release renames the configuration ID to Name. This only affects multi-tenant configurations.