1.0.0-beta7
Pre-release
Pre-release
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 toEntityFramework
projects #250 - Project changes:
Skoruba.IdentityServer4.EntityFramework.DbContexts
=> move toSkoruba.IdentityServer4.EntityFramework.Shared
Skoruba.IdentityServer4.EntityFramework.Identity
=> moveIdentity entities
toSkoruba.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 inExternalLogin
- Fix #279 -
SubjectName
is always null inPersistedGrantRepository
- 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