-
AdminUI 4.0.0
- Date Posted
- 13 January 2026
- Version
- 4.0.0
Features
- Support for .NET 10.0
- Upgraded to OpenIddict 7.2
- Upgraded Angular frontend to v20
- Added support for bulk upload of users using a CSV file
- Added the ability to use the LoginMethod attribute for Enforcer that will be the AMR claim value
- Clearer error messages when Identity store tables are missing
Breaking Changes:
- Removed support for MySQL due to no working EF Core package for .NET 10 being available yet, and older versions not working with .NET 10. If you are using MySQL, use AdminUI v10. Once a working package is available, MySQL support will be re-added.
Bug Fixes
- The modal footer border is rounded when it shouldn't be
- The users list view query field has a cross button displayed in some browsers, with no effect
- Users' list view filters are not remembered
- Added a more detailed warning on the claim type delete to inform the user of its ability to affect all users
- Require email setting so that validation doesn't fail if false, and updated docs
- Audit screen filter reset button not working, or setting values correctly
- User failing to load if it has a null claim value
- Added missing documentation for user report functionality
- AdminUI now has its own name for DataProtection set by default 'Rsk.AdminUI' (existing AdminUI cookies will need re-generating, if this is an issue, you can revert to not setting the name by configuring DataProtection.ApplicationName to null)
-
AdminUI 3.3.1
Supported- Date Posted
- 14 October 2025
- Version
- 3.3.1
Bug Fixes
Patched a minor security vulnerability, an attacker can only take advantage of the vulnerability if they already have access to privileged information.
-
AdminUI 3.3.0
Unsupported- Date Posted
- 01 September 2025
- Version
- 3.3.0
Features
- Enable configuration persistence to store Webhooks and Access Policy configuration in the database
- Add Audit tool to store AdminUI events in one place
- Add migrations tool
Bug Fixes
- Update .NET 9 Pomelo package that caused problems on running the bootstrap with MySql
- Fixed Custom Identity throwing Dependency Injection error about 'IIdentityUnitOfWorkFactory'
-
AdminUI 3.2.0
Unsupported- Date Posted
- 04 July 2025
- Version
- 3.2.0
Features
- Enable CSP modification
- Enable Forwarded Headers modification
Bug Fixes
- Fix breaking change in Forwarded Headers configuration in .NET 8.0.17 and 9.0.6
- Improved the error message of creating an existing user
- Fix the broken setting tab that was not highlighting on the Access Policy tabs
-
AdminUI 3.1.1
Unsupported- Date Posted
- 13 June 2025
- Version
- 3.1.1
Bug Fixes
- Fixed claim duplicate deletion bug fix
- Fixed claim duplication detection in user add, edit
-
AdminUI 3.1.0
Unsupported- Date Posted
- 23 May 2025
- Version
- 3.1.0
Features
- Upgrade Angular 17 to 19
Bug Fixes
- Fixed mismatched claim property key to SAML component, renaming the property key
- Fixed delete secret functionality in Clients and APIs
Other
With this upgrade Rsk.OpenIddict.Utils package version 2.0+ should be used with your OpenIddict instance
-
AdminUI 3.0.0
Unsupported- Date Posted
- 13 March 2025
- Version
- 3.0.0
Features
- Upgraded to OpenIddict 6.1 packages
- Added support for configuring PAR on Clients
- Added support for Role claims optional feature
- Added ability to override all settings in legacy AddAdminUI extension
Bug Fixes
- Fix for a bug allowing multiple values for boolean claim types
- Added warning for required claims that have multiple values set
-
AdminUI 2.0.0
Unsupported- Date Posted
- 21 February 2025
- Version
- 2.0.0
Features
- Support for OpenIddict 6.0 added to AdminUI
- Support for Dotnet 9.0 (Note: Using preview version of Pomelo.EntityFrameworkCore.MySql 9.0.0)
- Documentation clarification removing DataProtection setting redundant in OpenIddict version
- Disable UI Health check setting added that disables the UI https check when loading AdminUI
Bug Fixes
- Include claims filter toggle not always working
- Required claims in user details screen moved between email and lockout setting
- Fixed issue causing required claims to be duplicated on user updates
- Added missing documentation for DisableUiHttpsCheck setting
- Added missing documentation updates around setting model changes of v9
- Fixed node vulnerabilities
- Upgrade to Duende.AccessTokenManagement 3.2.0 for vulnerability fix
- Webhook settings page fails to load
-
AdminUI 1.2.0
Unsupported- Date Posted
- 23 May 2025
- Version
- 1.2.0
Features
- Upgrade Angular 17 to 19
Bug Fixes
- Fixed mismatched claim property key to SAML component, renaming the property key
- Fixed delete secret functionality in Clients and APIs
Other
With this upgrade Rsk.OpenIddict.Utils package version 2.0+ should be used with your OpenIddict instance
-
AdminUI 1.1.1
Unsupported- Date Posted
- 21 February 2025
- Version
- 1.1.1
Bug Fixes
- Upgrade to Duende.AccessTokenManagement 3.2.0 for vulnerability fix
- Webhook settings page fails to load
-
AdminUI 1.1.0
Unsupported- Date Posted
- 08 January 2025
- Version
- 1.1.0
Features
- Reports functionality, allowing predefined custom reports to be executed on the users table
- Merge users functionality
- Upgrade SAML package from 9.0 -> 9.1
Bug Fixes
- Edit screen save, delete, etc... failures no longer redirect causing on deactivate modal. Nicer toast is used
- Claim type bootstrapping now works if database already contains claims, or some of the bootstrapped types
-
AdminUI 1.0.0
Unsupported- Date Posted
- 07 November 2024
- Version
- 1.0.0
Features
The initial release of AdminUI for OpenIddict, a user interface for administering OpenIddict.
OpenIddict Components