* AAE-26163 Logout user after 3 login attempts failed, avoiding infinite loop when an authentication error occured, like when a user machine clock is significantly out of sync
* AAE-26163 Wait to discovery document to be loaded and user not authenticated to perform a ssoLogin, logout user if login fails after 3 attempts
* AAE-26163 Fix missed id_token_hint invoking logout when a login error occured due to a clock significantly out of sync
* AAE-26163 Add fake observable to unit test
* AAE-26163 Show oauth event logs if showDebugInformation is enabled, remove auth items if access token is not valid
* AAE-26163 Improve tryLogin error message
* AAE-26163 Check if token has expired to fix case when user access the application after the token is expired and with a clock significantly out of sync
* AAE-26163 Test logout when clock is out of sync
* AAE-26163 Create a service to check if local machine time is out of sync
* AAE-26163 Update oauthErrorEvent$ and combinedOAuthErrorsStream$ to return errors
* AAE-26163 Output error within combined oauth error event subscription
* AAE-26163 Fix lint problems
* AAE-26163 Logout user when token refresh error happens for the second time, if the token is not refreshed properly after first refresh error
* AAE-26163 Logout user once an oauth error event occur due to clock out of sync
* AAE-26163 Fix retry login error message if the OAuthErrorEvent doesn t return reason
* AAE-26163 Fix the issue where the logout API call is canceled by the authorize call when login fails due to clock synchronization problems, causing an infinite loop.
* remove console.log
* AAE-26163 Fix retry login error message if the OAuthErrorEvent reason is an empty object
* [ACS-9166] Migrate Saved Searches to preferences API from config file
* [ACS-9166][ci:force] Unit test coverage
* [ACS-9166] Unit test fixes
* [ACS-9166] Remove obsolete comment
* [AAE-29973] updated dynamic component inputs and outputs
* [AAE-29973] added check to prevent errors
* [AAE-29973] added unit tests for input and output
* [AAE-29973] fix for dynamic component with absolute position
* [MNT-24538] Bump PDFjs viewer version and use annotation mode disabled
* [MNT-24538] Proper test params
* [ci:force]
* [MNT-24538] Use different pdfjs version
* [ci:force]
* [MNT-24538][ci:force] Use proper legacy paths
* [MNT-24538][ci:force] Use Node 22 LTS
* [MNT-24538] Use pdfjs legacy version
* [MNT-24538] Use existing pdfjs-dist version with new param
* [MNT-24538] Legacy build cleanup
* [MNT-24538] Lockfile fix
* [MNT-24538] Lockfile fix
* [MNT-24538] Unit test fix
* [MNT-24538] Unit test fixes