Skip to content

cdon-dev-crew/Powel.AzureTableStorage.IdentityServer4

 
 

Repository files navigation

Powel.AzureTableStorage.IdentityServer4

Powel.AzureTableStorage.IdentityServer4 is a persistence layer for IdentityServer 4 configuration data that uses Azure Table Storage as its database abstraction.

This only implements the persisted grant store, not the configuration stores.

In order to run the tests, you will have to put an Azure Storage connection string in User Secrets, like this:

{
  "IdentityServerTableStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=foo;AccountKey=TuF/ZNgQ==;EndpointSuffix=core.windows.net"
}

You can find a How-To here: https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets

About

Azure Table Storage persistence layer for IdentityServer4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 83.2%
  • HTML 9.3%
  • PowerShell 4.2%
  • Shell 2.0%
  • CSS 1.2%
  • JavaScript 0.1%