November 2023

New features and enhancements

GSOL-3157: Updated Google Analytics to Google Tag Manager

The Google Analytics tags were updated to Google Tag Manager. Additionally, the error handling has been improved.

GSOL-3073: User recordID now automatically incremented

In previous versions, the record ID was initially set to 0 for each new user record. Beginning with this release, the user record ID is a unique and automatically increasing number. Existing user record IDs are automatically updated to the next available largest ID associated with the respective tenant application reference (appRef).

Furthermore, this change includes a couple of various related fixes, including fixes related to the event field list, login and login message.

GSOL-3139, GSOL-3069: Updated Intelligent Adaptive Authentication API calls

The code base has been updated to use the latest Intelligent Adaptive Authentication API. The TID platform APIs was replaced with TID service APIs, hence deprecated operations have been replaced by their corresponding substitutions or have been refactored.

Administrative delete was fixed, administrative unlock was added.

Cross-origin resource sharing (CORS) handling was added to the Sessions API.

The riskResponseCode API changed, the demos were adjusted accordingly.

Fixes and other changes

GSOL-3129: Event date format error

Description: In certain circumstances, the data validation of the event data can fail with a "Value must not exceed 20 characters" message. In particular, all months except September are abbreviated with 3 letters, but Sept is 4.

Status: This issue has been fixed. The demo code was updated to circumvent the TID limitation that all months must be 3 letters.

GSOL-3102: Subject too long error

Description: The subject of a login and transaction signing message cannot exceed 42 characters. The title of such messages cannot exceed 30 characters.

Status: This issue has been fixed. The newly introduced TID service API limits the title field to 30 character limit, the demos have been adjusted accordingly..

March 2022

New features and enhancements

New platform 2.0 released

A new version of the demo platform has been released. It provides the following key enhancements:

  • Faster deployments
  • Capacity for more demos
  • Modularization of services to reuse them between demos

New workflow formats to stay close to releases

Made it easier for developer-friendly workflows to pass verifications

GSOL-2215: New UX for multi-device workflows

The OneSpan Identity Verification Technical Evaluation now differentiates transaction start buttons for multi-device workflows.

GSOL-2201: Tooltips with expanded information

The OneSpan Identity Verification Technical Evaluation fast track workflows now provides tooltips with expanded information.

GSOL-2194: Updated workflow IDs

The previously updated workflow IDs resulted in HTTP 400 errors.

Fixes and other changes

GSOL-2208: Duplicate start transaction QR images

Description: The OneSpan Identity Verification (IDV) Technical Evaluation displays multiple QR images when starting a transaction.

Status: This issue has been fixed.

GSOL-2076: New message delivery service

The SMS delivery service used by the demos has been replaced.

October 2021

New features and enhancements

GSOL-2088: Removed all non-module files

Non-module files have been removed from all common sites. As a consequence, you need to import each module that you want to use. The used file types are now consistent across all platform solutions.

GSOL-2084: Contact us link redirects to forums

Contact Us links on site headers and footers have been changed to redirect to the Community Portal forums instead of support.

GSOL-2038: Message delivery improvements

The way messages are delivered through the new message delivery service has been cleaned up and reconfigured. Emails and SMS for sign-up and downloads are now sent via the message delivery service when specific actions are taken on the demo sites.

GSOL-2032: REST API changed to use PUT requests

The REST API has been changed to Firebase to accept PUT requests instead of GET requests.

August 2021

New features and enhancements

GSOL-618: Zip code library changed to zipcodebase.com

The embedded zip code library (Zippopotam.us) has been replaced with zipcodebase.com for all sign-up forms.

Fixes and other changes

GSOL-2002: Settings dialog appears with each waiting dialog

Description: The Settings dialog appears every time a waiting modal dialog is shown.

Status: This issue has been fixed. The Settings dialog is now correctly shown only if the Settings icon has been clicked.

GSOL-1977: Error in Settings dialog

Description: An issue in the Settings module caused by an improperly formatted Settings object leads to a 414 error response.

Status: This issue has been fixed.

GSOL-1973: Error when deleting an already deleted user

Description: When attempting to delete a user account that has already been deleted in TID, the Admin page throws an error and remains unresponsive.

Status: This issue has been fixed. The user is now removed from the local storage. Any related error returned by TID is ignored.

GSOL-1967: Zip code not updated when selecting another country

Description: When changing the selected country, the zip code list retains its current value and is not updated to match the respective country/city.

Status: This issue has been fixed.

GSOL-1119: Error when using UK and Brazil zip codes

Description: When attempting to use UK or Brazil zip codes (even valid ones), a 404 error response is returned.

Status: This issue has been fixed. Valid zip codes in the UK and Brazil will now properly populate the City field in sign-up forms.

July 2021

Secure Agreement Automation has been renamed to OneSpan Identity Verification (IDV). If not explicitly stated otherwise, any information and references to Secure Agreement Automation also apply to OneSpan Identity Verification (IDV).

Other OneSpan products have also been renamed. For more information about name changes of the different products, refer to the respective product documentation.

New features and enhancements

Common list for preferred countries

All platform sites now share a common list for preferred countries in the Mobile Phone and Country drop-down lists. These settings can be overridden via a settingsDialog JSON file.

Settings are now modules

The settings and OneSpan Sign settings are now accessible as modules, which facilitates loading and enhances reusability.

Default country arrays now available via Settings module

The default country arrays have been moved to the Settings module, which can be overridden via the settingsDialog JSON file. The Mobile Phone and Country drop-down lists can now easily be placed anywhere.

Fixes and other changes

GSOL-1354: Tenant information not in lower case

Description: The tenant information is not converted to lower case if it is passed in another format.

Status: This issue has been fixed. The settings configuration will now convert the tenant information to lower case, regardless of whether it is received from the Community Portal or via the pop-up window.

GSOL-927: Issue with Cronto progress bar

Description: In the Cronto progress bar, the timer shifts its position as time decreases.

Status: This issue has been fixed. The timer stays in the middle of the bar, and it will also change its color once the progress bar has decreased past it.