Adds support for storing SAML configuration in a database using the entity framework. Production use requires a commercial license.
$ dotnet add package ComponentSpace.Saml2.Configuration.DatabaseComponentSpace.Saml2.Configuration.Database supports storing SAML configuration in an Entity Framework database.
Supports:
ComponentSpace.Saml2.Configuration.Database is a fully functional evaluation version of a commercial product. The trial period is 30 days.
A product license is available for purchase.
Example ASP.NET Core projects are available that demonstrate storing SAML configuration in an Entity Framework database.
// Add SAML SSO services and store the SAML configuration in a database.
builder.Services.AddSaml().AddSamlDatabaseConfigurationResolver();