Info
Version: | 2.0.0 |
Author(s): | Rock Solid Knowledge Ltd |
Last Update: | Tuesday, January 30, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.identityserver.com/products/dynamic-authentication-providers |
NuGet Url: | https://www.nuget.org/packages/Rsk.DynamicAuthenticationProviders |
Install
Install-Package Rsk.DynamicAuthenticationProviders
dotnet add package Rsk.DynamicAuthenticationProviders
paket add Rsk.DynamicAuthenticationProviders
Rsk.DynamicAuthenticationProviders Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Microsoft.AspNetCore.Authentication.OpenIdConnect(>= 5.0.0)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.2)
- Microsoft.AspNetCore.Authentication.OpenIdConnect(>= 3.1.0)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Caching.Memory(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
Allows for authentication schemes to be loaded from a database during run time. Core package includes support for OpenID Connect.