AdminUI 10.0.0
- Date Posted
- 13 March 2025
- Version
- 10.0.0
Features
- Added support for Role claims optional feature
- Removed deprecated settings and settings objects
- Added ability to override all settings in legacy AddAdminUI extension
Breaking Changes
- Removed deprecated IDatabaseConnectionFactory should now use IDuendeDbConnectionFactory.
- Removed deprecated IAdminUISettings and AdminUISettings should now use IDuendeAdminUISettings and DuendeAdminUISettings
- Removed deprecated FeatureFlagOptions should now use DuendeFeatureSettings
- Removed deprecated ClientId, ClientSecret, WebhookClientId, and WebhookClientSecret, now configured in WebhookOptions
- Removed deprecated PasswordResetEndpoint, RegistrationConfirmationEndpoint, and ResetMFAEndpoint, now configured in WebhookOptions
Bug Fixes
- Fixed naming error on required PAR setting label
- Migrations settings connection strings for AuditConnectionString and OperationalConnectionString stores didn't default to IdentityServerConnectionString value.
- Fix for a bug allowing multiple values for boolean claim types
- Added warning for required claims that have multiple values set
- Fix for bug validating SAML metadata where correct metadata was flagged as invalid