Uses Azure Blob and Table Storage services as an alternative to Entity Framework/SQL data access for IdentityServer4.
Info
| Version: | 2.1.0 |
| Author(s): | David Melendez |
| Last Update: | Friday, July 29, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/dlmelendez/identityserver4-azurestorage |
| NuGet Url: | https://www.nuget.org/packages/ElCamino.IdentityServer4.AzureStorage |
Install
Install-Package ElCamino.IdentityServer4.AzureStorage
dotnet add package ElCamino.IdentityServer4.AzureStorage
paket add ElCamino.IdentityServer4.AzureStorage
ElCamino.IdentityServer4.AzureStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 8.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