
Enables Entity Framework support for the SAML configuration.
Features
- 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.