Uses Azure Blob and Table Storage services as an alternative to Entity Framework/SQL data access for IdentityServer4.
Info
Version: | 2.1.2 |
Author(s): | David Melendez |
Last Update: | Thursday, November 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dlmelendez/identityserver4-azurestorage |
NuGet Url: | https://www.nuget.org/packages/ElCamino.IdentityServer4.AzureStorage-v10 |
Install
Install-Package ElCamino.IdentityServer4.AzureStorage-v10
dotnet add package ElCamino.IdentityServer4.AzureStorage-v10
paket add ElCamino.IdentityServer4.AzureStorage-v10
ElCamino.IdentityServer4.AzureStorage-v10 Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- Azure.Storage.Blobs(>= 12.4.0)
- IdentityServer4.Storage(>= 4.0.4)
- Microsoft.Azure.Cosmos.Table(>= 1.0.6)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
- System.Net.NameResolution(>= 4.3.0)
Tags