Release date: 2026-01-08
New features and improvements
|
Jira ticket number |
Description |
|---|---|
|
DA-2517 |
Token Introspection endpoint support
|
|
DA-2307 |
Smart ID Mobile App quick launch
|
|
DA-2535 |
Flexible FIDO Relying Party configuration
|
|
DA-2479 |
User storage enrichment
|
|
DA-2504 |
Enhanced SAML metadata import
|
|
DA-2506 |
Help text improvements
|
|
DA-2527 |
Addressed an HTTP vulnerability in the Access Point component. |
|
DA-2238 |
Upgraded jQuery library to the latest secure version, eliminating known cross-site scripting (XSS) and prototype pollution vulnerabilities present in the previous version. See the warning note below as this change affects branding and an upgrade may trigger undesired changes to existing customized branding. |
|
DA-2554 |
Resolved a security issue where importing SAML metadata containing corrupt or malformed certificates would silently disable signature verification of SAML requests. The system now properly validates certificates and maintains signature verification integrity. |
|
DA-2546 |
Fixed a validation gap in the FIDO2 API registration flow where the userId parameter could differ between the /options and /credentials endpoints. The system now enforces strict userId consistency throughout the registration process. |
|
DA-2511 |
Applied security patches to the OpenJDK runtime to address known vulnerabilities. |
Corrected bugs
|
Jira ticket number |
Description |
|---|---|
|
DA-2574 |
Resolved an issue that prevented FIDO credential provisioning from completing successfully. Users can now register and provision FIDO authenticators without errors. |
|
DA-641 |
Fixed a timing issue where performing a manual publish operation would incorrectly reset the metadata autopublish timer. The autopublish schedule now operates independently of manual publish actions. |
|
DA-988 |
Corrected the default value handling for the OpenID Issuer configuration. Issuer value must now be explicitly configured. |
|
DA-1597 |
Fixed SAML signature validation failures that occurred when metadata contained multiple certificates with different key lengths. The validation logic now correctly handles certificate chains with mixed key sizes. |
|
DA-2547 |
Fixed a FIDO authentication failure that occurred when the authentication method ID exceeded 999. The system now properly handles method IDs of any valid length. |
|
DA-2548 |
Resolved a Firefox-specific compatibility issue where FIDO authentication would fail due to the browser rejecting asynchronous WebAuthn API calls. The implementation now correctly handles async operations across all supported browsers. |
|
DA-2553 |
Corrected the Secure DSKPP AuthActivation and Retry Logic to properly handle edge cases in the activation flow, ensuring consistent behavior during authentication retries. |
|
DA-2577 |
Improved debug logging to log more relevant information and less intra-service communication. Target is to make debug logging more available even in larger installations. |
Important information regarding DA 2238:
The fix for DA-2238 can potentially break customized brandings using the themeroller functionality.
Documentation on how to implement and modify branding in the new component will be provided. Until then it is important to notice that an upgrade may fail existing customized branding. For now you can copy relevant parts from the current built-in files folder for the Access Point and move them to custom-files. Essentially a copy without overwrite from built-in files to custom-files will keep the current branding intact. When the new branding is implemented these files can be discarded.
Keep the following files:
Files to copy to custom-files/wwwroot/wa/
HTML files (modified - structure changed significantly)
wa/desktop.html
wa/mobile.html
wa/tablet.html
wa/includes/popup/top-head.html
wa/includes/popup/top-head_InternalAuthentication.html
CSS files (deleted and modified - required for jQuery Mobile styling)
wa/css/themeroller.1.4.5.css
wa/css/themeroller.1.4.5.min.css
wa/css/overrides.css (modified, need version from before upgrade)
wa/ext/jquery.mobile-1.4.5.min.css
wa/ext/jquery.mobile.structure.css
wa/ext/jquery.mobile.structure.min.css
JavaScript files (deleted and modified - required for jQuery Mobile)
wa/ext/jquery-2.1.4.js
wa/ext/jquery-2.1.4.min.js
wa/ext/jquery.mobile-1.4.5.js
wa/ext/jquery.mobile-1.4.5.min.js
wa/scripts/portal.js (modified, need version from before upgrade)
wa/scripts/startup.js (modified, need version from before upgrade)
If any of these files are missing or this note was seen only after the upgrade, contact Nexus Support to get this archive.