Skip to content

1.0.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@skoruba skoruba released this 19 Jun 09:28
· 839 commits to master since this release
c763781

New features:

  • Add new API and swagger support #105
  • Add Swedish (sv) localization #253
  • Hide hashes from UI for Client Secrets and Api Secrets, add description and expiration #286
  • Add button for cleaning old log records #199

Breaking changes:

  • Move repositories from BusinessLogic projects to EntityFramework projects #250
  • Project changes:
    • Skoruba.IdentityServer4.EntityFramework.DbContexts => move to Skoruba.IdentityServer4.EntityFramework.Shared
    • Skoruba.IdentityServer4.EntityFramework.Identity => move Identity entities to Skoruba.IdentityServer4.EntityFramework.Shared
    • New project Skoruba.IdentityServer4.EntityFramework.Shared - for shared stuff related to EntityFramework
    • New project Skoruba.IdentityServer4.EntityFramework.Extensions - contains extensions related to EntityFramework

Fixes:

  • Fix #264 - ReturnUrl is null in ExternalLogin
  • Fix #279 - SubjectName is always null in PersistedGrantRepository
  • Fix #248 - ReturnUrl is null in 2FA
  • Fix loading of configuration from appsettings.json for logging via mssql sink, inluding some minor changes in logging UI
  • Fix update action in Picker component