Dynamic Authentication Scheme Provider
The Rock Solid Knowledge Dynamic Authentication Scheme component allows an ASP.NET Core application to load authentication configuration from a database. New providers can be added during runtime, without the need to restart the application.
This component was primarily created for use with IdentityServer4 for the addition and configuration external identity providers, however, it can be used with any authentication library that implements Microsoft.AspNetCore.Authentication.IAuthenticationHandler
.
Previous
Next