Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Ocelot.Administration.IdentityServer4.24.0.1.nupkg | 2025-05-27 | 30.6 kB | |
Ocelot.Administration.IdentityServer4.24.0.1.snupkg | 2025-05-27 | 28.9 kB | |
Ocelot.Administration.IdentityServer4 v24.0.1 source code.tar.gz | 2025-05-27 | 848.5 kB | |
Ocelot.Administration.IdentityServer4 v24.0.1 source code.zip | 2025-05-27 | 1.3 MB | |
README.md | 2025-05-27 | 3.1 kB | |
Totals: 5 Items | 2.2 MB | 0 |
Ocelot.Administration.IdentityServer4 version 24.0.1
Ocelot release: 24.0.0 Ocelot.Administration.IdentityServer4 release: 24.0.1 NuGet package: Ocelot.Administration.IdentityServer4.24.0.1
❗ Breaking Changes
The Ocelot.Administration extension package has been renamed to Ocelot.Administration.IdentityServer4 ❗
Feature: Administration
All IdentityServer4-related vulnerabilities (issue [#2218]) were addressed. The Ocelot.Administration source code has been moved out of the Ocelot repository (pull request [#2274]) and transferred to the Ocelot.Administration.IdentityServer4 repository.
Currently, the Administration feature is solely based on the IdentityServer4 package, whose repository was archived by its owner on July 31, 2024. In this release, the Ocelot team deprecated the Ocelot.Administration.IdentityServer4 extension package after the current Ocelot v24.0 release; however, the repository is/will not be archived, allowing for potential patches in the future.
Note: In upcoming releases, the Ocelot team plans to utilize the ASP.NET Core Identity framework for Administration feature development and in Ocelot's acceptance testing project to align with .NET industry standards. As a result, the IdentityServer4 library is intended to be replaced with ASP.NET Core Identity, which also supports Bearer tokens, commonly known as
JwtBearerHandler
from the Microsoft.AspNetCore.Authentication.JwtBearer namespace.