Skip to content

Releases: skoruba/Duende.IdentityServer.Admin

Release 2.5.0

07 Oct 11:21
2a66683
Compare
Choose a tag to compare

Release 2.5.0 🚀

Fixes:

Delete user from admin panel of admin app returns an error (#214)

Relese 2.4.0

29 Sep 11:35
43ebecf
Compare
Choose a tag to compare

Relese 2.4.0 🚀

  • Method CanInsert..Property of the controllers always return true (#235)
  • Skoruba.Duende.IdentityServer.Shared.Configuration - replace deprecated Microsoft.Extensions.Configuration.AzureKeyVault package with Azure.Extensions.AspNetCore.Configuration.Secrets (#234)
  • Can't update client because "Client Id clientId already exists" (#227)
  • Migrate from Microsoft.Azure.KeyVault to the new Azure Key Vault API (#224)
  • Docker Compose NGINX targeting wrong port (#222)
  • Update all nuget packages to the latest versions, including Duende IdentityServer version 7.0.7. (fixed CVE-2024-39694) - (#236)

Release 2.3.0

17 Jun 18:16
bb33ee7
Compare
Choose a tag to compare
  • Fix Dashboard endpoint for getting Identity data
  • Update solution to the latest version of all nuget packages, including Duende.IdentityServer version 7.0.5

Release 2.2.2

16 Jun 18:46
1426b4f
Compare
Choose a tag to compare
  • Create a New Project Skoruba.Duende.IdentityServer.Admin.UI.Api to be Shipped as a NuGet Package

    • This project will include API endpoints, facilitating easy updates to the API project with new changes.
  • Fix DockerFile for All Projects for Multiplatform Builds (linux/amd64, linux/arm64)

  • Add a New API Endpoint for Dashboard View

    • Calculate the total number of clients, API resources, API scopes, identity resources, users, and roles.
    • Calculate average audit logging and audit logs for the last 7 days.
  • Fix Import of dayjs for NSwag TypeScript Definition

Release 2.1.0 ⚡

30 May 13:34
f85662d
Compare
Choose a tag to compare

What's Changed

  • feat: add secure secret generation with 'secret_' prefix by @rosenbach in #153
  • refactor: increase client name prominence by @rosenbach in #154
  • fix: role users pagination by @daniil-saraev in #170
  • Typo fix: be requesting -> by requesting by @cloudrac3r in #178
  • ReadMe updates - fixed wrong command line by @apetrut in #128
  • Use named arguments in .AddIdentityServer() healthchecks by @jochance in #201
  • Change the AdminIdentityDbContext tablenames to be derived from appsettings by @bclementfidx in #196
  • raise UserLoginSuccessEvent when logging in with 2fa or recovery code by @bakk in #202
  • Add new endpoints to API by @skoruba in #213
  • Change Swashbuckle to NSwag and add support for generation of TS client for SPA applications by @skoruba in #216
  • Update Docker files with platform param by @skoruba in #219

New Contributors

Release 2.0.0

07 Feb 11:59
4feea1a
Compare
Choose a tag to compare

Release 2.0.0 ⚡️

  • Update to .NET 8 #180
  • Update to IdentityServer v7 #181

Added new fields in client management:

  • Require DPoP
  • DPoP Validation Mode
  • DPoP Clock Skew
  • Pushed Authorization Lifetime
  • Require Pushed Authorization
  • Initiate Login Uri

1.2.0

19 Jan 15:59
724a318
Compare
Choose a tag to compare

🚀 Release/1.2.0

  • Should the docker-compose.vs.*.yml reference .NET 6? - #54
  • Management for Identity Providers - #52
  • Enable Admin.UI StaticWebAssets in non-development environments as per Microsoft's documentation - #65
  • POST /api/ApiScopes successfully updated the database but returns routing error - #83
  • Upgrade to Duende.IdentityServer.* version 6.1.0 - #79
  • Simplified client registration - partially implemented issue - #18

Release 1.1.0

26 Jan 14:14
debcc2a
Compare
Choose a tag to compare

Release 1.1.0 🚀

  • Update to .NET 6 - #37
  • Added option to exit after migrating the database - #43
  • Update to IdentityServer v6 - #49

Fixes

  • Attempt to remove User from the Role fires an exception - #45

Release 1.0.0

19 Dec 11:05
df43d92
Compare
Choose a tag to compare

Release 1.0.0 🚀

Features

  • Add key management - #39

Fixes

  • MySQL migration issue - #25

Updates

  • Update nuget packages
  • Update database migrations to the latest Duende IdentityServer
  • Add tests for API

1.0.0-preview5

01 May 21:35
0d20724
Compare
Choose a tag to compare
1.0.0-preview5 Pre-release
Pre-release

Fixes

Adding Client Token signing algorithms results in Error bug #8
Authorization error in API #6
Incorrectly used db connections for MySql #5